
.wasi-pt-tagbar-wrap {
    margin: 0 0 12px;
}
.wasi-pt-tagbar-heading {
    display: block;
    margin: 0 0 8px;
    color: #d74040;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}
.wasi-pt-tagbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.wasi-pt-tagchip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 14px;
    border: 1px solid #bdbdbd;
    border-radius: 999px;
    background: #fff;
    color: #666;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    box-sizing: border-box;
}
.wasi-pt-tagchip:hover {
    border-color: #9a9a9a;
    color: #333;
    text-decoration: none;
}
.wasi-pt-tagchip.is-active {
    color: #444;
}
.wasi-pt-tagchip-label {
    white-space: nowrap;
}
.wasi-pt-tagchip-x {
    color: #d71920;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: -1px;
}
.wasi-pt-tagchip-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 4px;
    background: #d71920;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}
.wasi-pt-tagchip-reset:hover {
    background: #b51218;
    color: #fff;
    text-decoration: none;
}

.wasi-pt-table-wrap {
    margin: 18px 0 28px;
    position: relative;
}
.wasi-pt-searchbar {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    flex-wrap: wrap;
}
.wasi-pt-search-label {
    color: #333;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
}
.wasi-pt-search-input {
    width: 170px;
    max-width: 100%;
    height: 36px;
    padding: 0 12px;
    border: 1px solid #dcdcdc;
    background: #f0f0f0;
    color: #333;
    border-radius: 0;
    box-sizing: border-box;
    box-shadow: none;
}
.wasi-pt-search-input:focus {
    outline: none;
    border-color: #bfbfbf;
    background: #fff;
}
.wasi-pt-search-reset {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    appearance: none;
    border: 0;
    background: transparent;
    color: #444;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    text-decoration: none;
}
.wasi-pt-search-reset:hover {
    color: #111;
    text-decoration: none;
}
.wasi-pt-search-reset-icon {
    font-size: 15px;
    line-height: 1;
}
.wasi-pt-search-reset.is-disabled {
    opacity: .45;
    pointer-events: none;
}
.wasi-pt-search-empty {
    padding: 14px 10px;
    color: #666;
    font-size: 14px;
}
.wasi-pt-table-wrap.is-scrollable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.wasi-pt-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.wasi-pt-table thead th {
    padding: 10px 8px;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #7a7a7a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.wasi-pt-table th,
.wasi-pt-table td {
    vertical-align: middle;
}
.wasi-pt-cell {
    padding: 10px 8px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}
.wasi-pt-row-main:hover .wasi-pt-cell {
    background: #fafafa;
}
.wasi-pt-table-wrap.is-striped .wasi-pt-row-main.wasi-pt-row-main--even .wasi-pt-cell {
    background: #f7f7f7;
}
.wasi-pt-cell-inner {
    display: flex;
    align-items: center;
    min-height: 34px;
}
.wasi-pt-col-expand {
    width: 34px;
    text-align: center;
}
.wasi-pt-col-image {
    width: 62px;
}
.wasi-pt-col-image .wasi-pt-cell-inner,
.wasi-pt-col-stock .wasi-pt-cell-inner,
.wasi-pt-col-pdf .wasi-pt-cell-inner,
.wasi-pt-col-qty_step .wasi-pt-cell-inner,
.wasi-pt-col-quantity .wasi-pt-cell-inner,
.wasi-pt-col-action .wasi-pt-cell-inner,
.wasi-pt-col-price .wasi-pt-cell-inner {
    justify-content: center;
}
.wasi-pt-col-name .wasi-pt-cell-inner {
    justify-content: flex-start;
}
.wasi-pt-col-name {
    min-width: 240px;
}
.wasi-pt-col-stock,
.wasi-pt-col-qty_step,
.wasi-pt-col-pdf,
.wasi-pt-col-price,
.wasi-pt-col-quantity,
.wasi-pt-col-action {
    white-space: nowrap;
}
.wasi-pt-col-quantity {
    width: 112px;
}
.wasi-pt-col-action {
    width: 190px;
}
.wasi-pt-col-action .wasi-pt-cell-inner {
    justify-content: center;
    align-items: center;
}
.wasi-pt-image-link,
.wasi-pt-name-link,
.wasi-pt-pdf-link {
    text-decoration: none;
}
.wasi-pt-col-image img {
    display: block;
    max-width: 40px;
    width: auto;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.wasi-pt-image-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-in;
}
.wasi-pt-image-trigger.is-static {
    cursor: default;
}
.wasi-pt-lightbox {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
}
.wasi-pt-lightbox.is-open {
    display: block;
}
.wasi-pt-lightbox-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}
.wasi-pt-lightbox-dialog {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 24px;
    box-sizing: border-box;
}
.wasi-pt-lightbox-image {
    display: block;
    max-width: min(92vw, 1200px);
    max-height: 88vh;
    width: auto;
    height: auto;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}
.wasi-pt-lightbox-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
html.wasi-pt-lightbox-open,
html.wasi-pt-lightbox-open body {
    overflow: hidden;
}
.wasi-pt-name-stack {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.wasi-pt-name-link {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
}
.wasi-pt-name-meta {
    color: #8e8e8e;
    font-size: 11px;
    line-height: 1.25;
}
.wasi-pt-sku--plain {
    display: inline-block;
    color: #4d4d4d;
    font-size: 13px;
    line-height: 1.25;
    background: transparent;
    border-radius: 0;
    padding: 0;
    font-family: inherit;
}
.wasi-pt-stock-text {
    color: #4cab63;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
}
.wasi-pt-stock-text.is-out-of-stock {
    color: #d26f6f;
}
.wasi-pt-pack-value {
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
}
.wasi-pt-price .price,
.wasi-pt-price,
.wasi-pt-col-price .price {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}
.wasi-pt-muted {
    opacity: .45;
}
.wasi-pt-pdf-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    color: #d74040;
    background: transparent;
}
.wasi-pt-pdf-link:hover {
    background: #f3f3f3;
}
.wasi-pt-pdf-svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
}
.wasi-pt-pdf-fa {
    display: block;
    line-height: 1;
}
.wasi-pt-table thead .wasi-pt-col-pdf,
.wasi-pt-table tbody .wasi-pt-col-pdf {
    text-align: center;
    vertical-align: middle !important;
}
.wasi-pt-table th.wasi-pt-col-pdf {
    line-height: 1.2;
}
.wasi-pt-table td.wasi-pt-col-pdf > .wasi-pt-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 24px;
}
.wasi-pt-expand-toggle {
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #4ea34f;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
.wasi-pt-expand-minus {
    display: none;
}
.wasi-pt-expand-toggle[aria-expanded="true"] .wasi-pt-expand-plus {
    display: none;
}
.wasi-pt-expand-toggle[aria-expanded="true"] .wasi-pt-expand-minus {
    display: inline;
}
.wasi-pt-row-main.is-expanded .wasi-pt-cell {
    border-bottom-color: transparent;
}
.wasi-pt-row-detail td {
    padding: 0;
    border-bottom: 1px solid #ededed;
    background: #f5f5f5;
}
.wasi-pt-detail-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 32px;
    padding: 10px 14px;
    color: #444;
}
.wasi-pt-detail-item {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-height: 22px;
}
.wasi-pt-detail-label {
    color: #666;
    font-size: 12px;
    font-weight: 600;
}
.wasi-pt-detail-value {
    color: #333;
    font-size: 12px;
}
.wasi-pt-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 0;
}
.wasi-pt-order-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
}
.wasi-pt-qty-input {
    width: 64px;
    min-width: 64px;
    height: 28px;
    margin: 0 !important;
    padding: 0 2px 0 6px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
.wasi-pt-qty-input::-webkit-outer-spin-button,
.wasi-pt-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: inner-spin-button !important;
    opacity: 1;
    margin: 0;
}
.wasi-pt-cart-form,
.wasi-pt-fallback-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.wasi-pt-button,
.wasi-pt-add-to-cart,
.wasi-pt-fallback-action,
.wasi-pt-view-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    min-height: 32px;
    height: 32px;
    padding: 0 16px;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #666 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
}
.wasi-pt-button:hover,
.wasi-pt-add-to-cart:hover,
.wasi-pt-fallback-action:hover,
.wasi-pt-view-product:hover {
    background: #4f4f4f !important;
    color: #fff !important;
}
.wasi-pt-pagination {
    margin-top: 12px;
}
.wasi-pt-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    margin-right: 6px;
    border: 1px solid #e1e1e1;
    color: #444;
    text-decoration: none;
}
.wasi-pt-pagination .page-numbers.current {
    background: #666;
    color: #fff;
    border-color: #666;
}
body.wasi-pt-archive-override ul.products,
body.wasi-pt-archive-override .products {
    margin-bottom: 0 !important;
}
body.wasi-pt-archive-override .woocommerce-pagination,
body.wasi-pt-archive-override .page-load-status,
body.wasi-pt-archive-override .products + nav {
    display: none !important;
}
@media (max-width: 849px) {
    .wasi-pt-table th,
    .wasi-pt-table td {
        white-space: nowrap;
    }
    .wasi-pt-col-name {
        min-width: 190px;
    }
    .wasi-pt-detail-grid {
        gap: 12px 18px;
    }
}


/* v0.1.4 compact archive/table adjustments */
.wasi-pt-table {
    table-layout: auto;
}
.wasi-pt-col-image {
    width: 52px;
}
.wasi-pt-col-image img {
    max-width: 30px;
}
.wasi-pt-col-name {
    min-width: 160px;
}
.wasi-pt-col-sku {
    width: 96px;
}
.wasi-pt-col-price,
.wasi-pt-col-stock,
.wasi-pt-col-pdf,
.wasi-pt-col-qty_step {
    width: 72px;
}
.wasi-pt-col-quantity {
    width: 92px;
}
.wasi-pt-col-action {
    width: 190px;
}
.wasi-pt-col-action .wasi-pt-cell-inner {
    justify-content: center;
    align-items: center;
}
.wasi-pt-table thead th,
.wasi-pt-cell {
    padding-left: 6px;
    padding-right: 6px;
}
.wasi-pt-name-link {
    font-size: 13px;
}
.wasi-pt-name-meta,
.wasi-pt-sku--plain,
.wasi-pt-pack-value,
.wasi-pt-stock-text,
.wasi-pt-price,
.wasi-pt-col-price .price {
    font-size: 11px;
}
.wasi-pt-qty {
    border-color: #ddd;
}
.wasi-pt-qty-btn {
    width: 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}
.wasi-pt-qty-input {
    width: 46px;
    min-width: 46px;
    height: 24px;
    font-size: 11px;
    padding: 0 2px 0 4px !important;
}
.wasi-pt-button,
.wasi-pt-add-to-cart,
.wasi-pt-fallback-action,
.wasi-pt-view-product {
    min-width: 84px;
    min-height: 30px;
    height: 30px;
    padding: 0 14px;
    font-size: 11px;
    line-height: 1;
}
.wasi-pt-col-quantity .wasi-pt-cell-inner,
.wasi-pt-col-action .wasi-pt-cell-inner {
    min-height: 28px;
}
.wasi-pt-row-detail,
.wasi-pt-col-expand,
.wasi-pt-expand-toggle {
    display: none !important;
}

@media (max-width: 680px) {
    .wasi-pt-order-cell {
        gap: 4px;
    }
    .wasi-pt-col-action {
        min-width: 150px;
    }
    .wasi-pt-button,
    .wasi-pt-add-to-cart,
    .wasi-pt-fallback-action,
    .wasi-pt-view-product {
        min-width: 72px;
        padding: 0 10px;
    }
}

.wasi-pt-unit-value,.wasi-pt-pack-value{display:inline-block;white-space:nowrap;}


/* v0.1.13 responsive mobile cards */
@media (max-width: 680px) {
    .wasi-pt-table-wrap {
        overflow-x: visible;
    }
    .wasi-pt-table,
    .wasi-pt-table thead,
    .wasi-pt-table tbody,
    .wasi-pt-table tr,
    .wasi-pt-table th,
    .wasi-pt-table td {
        display: block;
        width: 100%;
    }
    .wasi-pt-table {
        border: 0;
        background: transparent;
    }
    .wasi-pt-table thead {
        display: none;
    }
    .wasi-pt-table tbody {
        display: block;
    }
    .wasi-pt-table .wasi-pt-row-main {
        margin: 0 0 14px;
        border: 1px solid #e7e7e7;
        background: #fff;
    }
    .wasi-pt-table-wrap.is-striped .wasi-pt-row-main.wasi-pt-row-main--even .wasi-pt-cell,
    .wasi-pt-table-wrap.is-striped .wasi-pt-row-main.wasi-pt-row-main--odd .wasi-pt-cell,
    .wasi-pt-row-main:hover .wasi-pt-cell {
        background: #fff;
    }
    .wasi-pt-table .wasi-pt-cell {
        display: block;
        padding: 9px 12px;
        border-bottom: 1px solid #efefef;
        white-space: normal;
    }
    .wasi-pt-table .wasi-pt-cell:last-child {
        border-bottom: 0;
    }
    .wasi-pt-table .wasi-pt-cell-inner {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        min-height: 0;
        width: 100%;
    }
    .wasi-pt-table .wasi-pt-cell::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 6px;
        color: #7a7a7a;
        font-size: 10px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: .05em;
        text-transform: uppercase;
    }
    .wasi-pt-table .wasi-pt-col-image::before,
    .wasi-pt-table .wasi-pt-col-name::before {
        display: none;
    }
    .wasi-pt-table .wasi-pt-col-image,
    .wasi-pt-table .wasi-pt-col-name {
        width: 100%;
        min-width: 0;
    }
    .wasi-pt-table .wasi-pt-col-image .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-name .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-stock .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-pdf .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-qty_step .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-quantity .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-action .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-price .wasi-pt-cell-inner {
        justify-content: flex-start;
    }
    .wasi-pt-table .wasi-pt-col-image {
        padding-bottom: 0;
    }
    .wasi-pt-table .wasi-pt-col-name {
        padding-top: 8px;
    }
    .wasi-pt-table .wasi-pt-col-image img {
        max-width: 52px;
    }
    .wasi-pt-table .wasi-pt-name-link {
        font-size: 14px;
    }
    .wasi-pt-table .wasi-pt-order-cell {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        gap: 8px;
        width: 100%;
        flex-wrap: wrap;
    }
    .wasi-pt-table .wasi-pt-cart-form,
    .wasi-pt-table .wasi-pt-fallback-form {
        flex: 1 1 140px;
    }
    .wasi-pt-table .wasi-pt-button,
    .wasi-pt-table .wasi-pt-add-to-cart,
    .wasi-pt-table .wasi-pt-fallback-action,
    .wasi-pt-table .wasi-pt-view-product {
        width: 100%;
        min-width: 0;
    }
    .wasi-pt-table .wasi-pt-qty {
        flex: 0 0 auto;
    }
}


/* v0.1.15 chromium qty spinner fix */
.wasi-pt-qty-input[type=number]::-webkit-outer-spin-button,
.wasi-pt-qty-input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
    display: block;
}

/* Cart item presentation */
.woocommerce-cart .product-name .wasi-pt-cart-product-name,
.woocommerce-checkout .product-name .wasi-pt-cart-product-name {
    display: inline-block;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
}
.woocommerce-cart .product-name .wasi-pt-cart-product-sku,
.woocommerce-checkout .product-name .wasi-pt-cart-product-sku {
    margin-top: 4px;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 1.25;
}
.woocommerce-cart td.product-thumbnail a,
.woocommerce-checkout td.product-thumbnail a {
    pointer-events: none;
    cursor: default;
}


.wasi-pt-cart-subtotal-inquiry {
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.woocommerce-checkout .wasi-pt-checkout-inquiry-item .product-name {
    vertical-align: top;
}

@media (max-width: 767px) {
    .wasi-pt-searchbar {
        gap: 10px;
    }
    .wasi-pt-search-input {
        width: 100%;
        flex: 1 1 220px;
    }
}


/* v0.1.37 order cell vertical alignment */
.wasi-pt-table td.wasi-pt-col-quantity,
.wasi-pt-table td.wasi-pt-col-action {
    vertical-align: middle !important;
}
.wasi-pt-table td.wasi-pt-col-quantity > .wasi-pt-cell-inner,
.wasi-pt-table td.wasi-pt-col-action > .wasi-pt-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}
.wasi-pt-table td.wasi-pt-col-action .wasi-pt-order-cell,
.wasi-pt-table td.wasi-pt-col-quantity .wasi-pt-qty {
    position: relative;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
}


/* =========================================
   v0.1.39 - Poruči kolona vertical align
   ========================================= */
.wasi-pt-table td.wasi-pt-col-action,
.wasi-pt-table td.wasi-pt-col-quantity {
    vertical-align: middle !important;
}
.wasi-pt-table td.wasi-pt-col-action > .wasi-pt-cell-inner,
.wasi-pt-table td.wasi-pt-col-quantity > .wasi-pt-cell-inner {
    justify-content: center;
    align-items: center;
    min-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}
.wasi-pt-table .wasi-pt-order-cell {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
}
.wasi-pt-table .wasi-pt-cart-form,
.wasi-pt-table .wasi-pt-fallback-form {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.wasi-pt-table .wasi-pt-qty {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
}
.wasi-pt-table .wasi-pt-qty-input,
.wasi-pt-table .wasi-pt-qty-input-native,
.wasi-pt-table tbody input[type="number"] {
    height: 22px;
    min-height: 22px;
    line-height: 22px;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
    box-sizing: border-box;
}
.wasi-pt-table .wasi-pt-button,
.wasi-pt-table .wasi-pt-add-to-cart,
.wasi-pt-table .wasi-pt-fallback-action,
.wasi-pt-table .wasi-pt-view-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px !important;
    min-height: 24px !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    box-sizing: border-box;
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    vertical-align: middle;
}
.wasi-pt-table .wasi-pt-fallback-action {
    white-space: nowrap;
}
.wasi-pt-table .wasi-pt-add-to-cart:before,
.wasi-pt-table .wasi-pt-add-to-cart:after,
.wasi-pt-table .wasi-pt-fallback-action:before,
.wasi-pt-table .wasi-pt-fallback-action:after {
    display: none !important;
    content: none !important;
}


/* =========================================
   v0.1.40 - uži qty input
   ========================================= */
.wasi-pt-table .wasi-pt-qty {
    width: 64px;
    min-width: 64px;
}
.wasi-pt-table .wasi-pt-qty-input,
.wasi-pt-table .wasi-pt-qty-input-native,
.wasi-pt-table tbody input[type="number"] {
    width: 62px !important;
    min-width: 62px !important;
    max-width: 62px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}


.wasi-pt-row-main.has-detail-row {
    cursor: pointer;
}
.wasi-pt-row-main.has-detail-row a,
.wasi-pt-row-main.has-detail-row button,
.wasi-pt-row-main.has-detail-row input,
.wasi-pt-row-main.has-detail-row label,
.wasi-pt-row-main.has-detail-row form {
    cursor: auto;
}
.wasi-pt-row-detail[hidden] {
    display: none;
}
.wasi-pt-col-expand {
    width: 38px;
}
.wasi-pt-col-expand .wasi-pt-cell-inner {
    justify-content: center;
}
.wasi-pt-row-detail td {
    padding: 0 !important;
}
.wasi-pt-detail-grid {
    align-items: center;
}
.wasi-pt-detail-item--stock .wasi-pt-detail-value .wasi-pt-stock-text {
    font-size: 12px;
}


/* =========================================
   v0.1.42 - toggle only on +/- , larger image, unified font size
   ========================================= */
.wasi-pt-row-main.has-detail-row {
    cursor: default;
}
.wasi-pt-col-expand,
.wasi-pt-col-expand .wasi-pt-cell-inner {
    cursor: default;
}
.wasi-pt-expand-toggle,
.wasi-pt-expand-toggle * {
    cursor: pointer;
}
.wasi-pt-col-image {
    width: 78px;
}
.wasi-pt-col-image img {
    max-width: 54px;
}
.wasi-pt-name-link,
.wasi-pt-name-meta,
.wasi-pt-sku--plain,
.wasi-pt-pack-value,
.wasi-pt-stock-text,
.wasi-pt-price,
.wasi-pt-col-price .price,
.wasi-pt-col-unit,
.wasi-pt-col-pack,
.wasi-pt-col-qty_step,
.wasi-pt-col-stock,
.wasi-pt-col-pdf,
.wasi-pt-detail-label,
.wasi-pt-detail-value {
    font-size: 12px;
}
.wasi-pt-pdf-link,
.wasi-pt-col-pdf .wasi-pt-cell-inner,
.wasi-pt-col-sku .wasi-pt-cell-inner,
.wasi-pt-col-price .wasi-pt-cell-inner,
.wasi-pt-col-name .wasi-pt-cell-inner {
    line-height: 1.2;
}


/* =========================================
   v0.1.44 - real expand fix
   ========================================= */
.wasi-pt-col-expand {
    display: table-cell !important;
    width: 34px;
    min-width: 34px;
}
.wasi-pt-expand-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1;
}
.wasi-pt-expand-toggle:hover {
    color: #333;
}
.wasi-pt-row-detail:not([hidden]) {
    display: table-row !important;
}
@media (max-width: 680px) {
    .wasi-pt-col-expand {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
    }
    .wasi-pt-table .wasi-pt-cell.wasi-pt-col-expand {
        padding: 8px 12px 0;
        border-bottom: 0;
    }
    .wasi-pt-table .wasi-pt-col-expand::before {
        display: none;
    }
    .wasi-pt-table .wasi-pt-col-expand .wasi-pt-cell-inner {
        justify-content: flex-start;
    }
    .wasi-pt-table .wasi-pt-expand-toggle {
        width: 20px;
        height: 20px;
        font-size: 18px;
        line-height: 1;
    }
    .wasi-pt-row-detail:not([hidden]) {
        display: block !important;
    }
}


/* =========================================
   v0.1.45 - tighter +/- gap, wider SKU/Cena, narrower Naziv
   ========================================= */
@media (min-width: 850px) {
    .wasi-pt-cell.wasi-pt-col-expand {
        width: 24px;
        min-width: 24px;
        padding-left: 6px;
        padding-right: 2px;
    }
    .wasi-pt-col-expand,
    .wasi-pt-col-expand .wasi-pt-cell-inner {
        width: 24px;
        min-width: 24px;
    }
    .wasi-pt-expand-toggle {
        width: 16px;
        height: 16px;
        font-size: 18px;
    }
    .wasi-pt-col-image {
        width: 72px;
        min-width: 72px;
    }
    .wasi-pt-col-name {
        min-width: 180px;
        max-width: 220px;
    }
    .wasi-pt-col-sku {
        width: 148px;
        min-width: 148px;
    }
    .wasi-pt-col-price {
        width: 112px;
        min-width: 112px;
    }
    .wasi-pt-col-name .wasi-pt-cell-inner {
        white-space: normal;
        align-items: center;
    }
    .wasi-pt-name-link {
        display: inline-block;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.25;
    }
    .wasi-pt-name-link,
    .wasi-pt-sku--plain,
    .wasi-pt-col-price .price,
    .wasi-pt-pdf-link,
    .wasi-pt-muted {
        font-size: 13px;
    }
}


/* =========================================
   v0.1.46 - stronger name wrapping + bdi font
   ========================================= */
.wasi-pt-table tbody bdi {
    font-size: 13px;
    font-weight: 600;
}
@media (min-width: 850px) {
    .wasi-pt-col-name {
        min-width: 150px;
        max-width: 180px;
        width: 24%;
    }
    .wasi-pt-col-name .wasi-pt-cell-inner {
        white-space: normal !important;
        align-items: center;
    }
    .wasi-pt-name-link,
    .wasi-pt-col-name .wasi-pt-product-name,
    .wasi-pt-col-name .wasi-pt-name {
        display: inline-block;
        max-width: 180px;
        white-space: normal !important;
        line-height: 1.15;
        overflow-wrap: anywhere;
        word-break: break-word;
        hyphens: auto;
    }
}


/* =========================================
   v0.1.47 - plus color, centered price header, detail row font
   ========================================= */
.wasi-pt-table tbody .wasi-pt-expand-plus {
    color: #c0392b;
    font-weight: 700;
}
.wasi-pt-table thead .wasi-pt-col-price,
.wasi-pt-table tbody .wasi-pt-col-price {
    text-align: center;
}
.wasi-pt-table tbody tr.wasi-pt-row-detail td,
.wasi-pt-table tbody tr.wasi-pt-row-detail .wasi-pt-detail-inner,
.wasi-pt-table tbody tr.wasi-pt-row-detail .wasi-pt-detail-item,
.wasi-pt-table tbody tr.wasi-pt-row-detail strong,
.wasi-pt-table tbody tr.wasi-pt-row-detail span {
    font-size: 13px !important;
    line-height: 1.35;
}
.wasi-pt-table tbody tr.wasi-pt-row-detail strong {
    font-weight: 600;
}


/* =========================================
   v0.1.48 - collapse minus uses stock color
   ========================================= */
.wasi-pt-table tbody .wasi-pt-expand-minus,
.wasi-pt-table tbody .wasi-pt-expand-toggle[aria-expanded="true"] {
    color: #4cab63;
}


/* v0.1.50 - loupe icon on image + easier lightbox close */
.wasi-pt-image-trigger{
    position:relative;
}
.wasi-pt-image-trigger[data-wasi-pt-lightbox="1"]{
    cursor:zoom-in;
}
.wasi-pt-image-loupe{
    position:absolute;
    right:-6px;
    bottom:-6px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    border-radius:999px;
    background:#ffffff;
    border:1px solid #bdbdbd;
    box-shadow:0 1px 3px rgba(0,0,0,.18);
    pointer-events:none;
}
.wasi-pt-image-loupe svg{
    width:10px;
    height:10px;
    fill:#666666;
    display:block;
}
.wasi-pt-lightbox-dialog{
    cursor:zoom-out;
}
.wasi-pt-lightbox-image,
.wasi-pt-lightbox-close{
    cursor:auto;
}


/* v0.1.51 - zoom cursor on image hover */
.wasi-pt-table td.wasi-pt-col-image a,
.wasi-pt-table td.wasi-pt-col-image .wasi-pt-image-link,
.wasi-pt-table td.wasi-pt-col-image .wasi-pt-image-trigger,
.wasi-pt-table td.wasi-pt-col-image img{
    cursor: pointer;
    cursor: zoom-in;
}


/* =========================================
   v0.1.54 - mobile expand visible + show all hidden role columns in +/-
   ========================================= */
.wasi-pt-detail-item--mobile-only {
    display: none;
}

@media (max-width: 680px) {
    .wasi-pt-table .wasi-pt-col-price::before {
        text-align: left;
    }

    .wasi-pt-table .wasi-pt-col-sku,
    .wasi-pt-table .wasi-pt-col-stock,
    .wasi-pt-table .wasi-pt-col-unit,
    .wasi-pt-table .wasi-pt-col-pack,
    .wasi-pt-table .wasi-pt-col-pdf,
    .wasi-pt-table .wasi-pt-col-qty_step {
        display: none;
    }

    .wasi-pt-table .wasi-pt-row-detail .wasi-pt-detail-item--mobile-only {
        display: block;
    }
}


/* =========================================
   v0.1.55 - mobile collapsed view shows Slika, Naziv, Šifra, Cena i Poruči
   v0.1.56 - heading "Standard" added above tag filters
   v0.1.58 - Standard: heading color matches PDF icon + PDF column centered
   ========================================= */
@media (max-width: 680px) {
    .wasi-pt-table .wasi-pt-col-sku {
        display: block !important;
    }

    .wasi-pt-table .wasi-pt-col-quantity,
    .wasi-pt-table .wasi-pt-col-stock,
    .wasi-pt-table .wasi-pt-col-unit,
    .wasi-pt-table .wasi-pt-col-pack,
    .wasi-pt-table .wasi-pt-col-pdf,
    .wasi-pt-table .wasi-pt-col-qty_step {
        display: none !important;
    }

    .wasi-pt-table .wasi-pt-col-sku .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-price .wasi-pt-cell-inner,
    .wasi-pt-table .wasi-pt-col-action .wasi-pt-cell-inner {
        justify-content: flex-start;
    }

    .wasi-pt-table .wasi-pt-col-sku::before,
    .wasi-pt-table .wasi-pt-col-price::before,
    .wasi-pt-table .wasi-pt-col-action::before {
        display: block;
    }

    .wasi-pt-table .wasi-pt-cell.wasi-pt-col-expand {
        display: block !important;
        width: 100% !important;
        padding: 8px 12px 0 !important;
        border-bottom: 0 !important;
    }

    .wasi-pt-table .wasi-pt-col-expand .wasi-pt-cell-inner {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .wasi-pt-table .wasi-pt-expand-toggle {
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}


/* v0.1.64 - restore hand cursor on action buttons inside expandable rows */
.wasi-pt-row-main.has-detail-row .wasi-pt-button,
.wasi-pt-row-main.has-detail-row .wasi-pt-add-to-cart,
.wasi-pt-row-main.has-detail-row .wasi-pt-fallback-action,
.wasi-pt-row-main.has-detail-row .wasi-pt-view-product,
.wasi-pt-row-main.has-detail-row .wasi-pt-cart-form button,
.wasi-pt-row-main.has-detail-row .wasi-pt-cart-form .button,
.wasi-pt-row-main.has-detail-row .wasi-pt-cart-form a.button,
.wasi-pt-row-main.has-detail-row .wasi-pt-fallback-form button,
.wasi-pt-row-main.has-detail-row .wasi-pt-fallback-form .button,
.wasi-pt-row-main.has-detail-row a.button,
.wasi-pt-row-main.has-detail-row button[type="submit"] {
    cursor: pointer !important;
}
