/* =========================================================
   NEVEZA ELETRO - PÁGINA INDIVIDUAL DO PRODUTO
   Layout varejo clean / desktop + mobile
   ========================================================= */

.single-product .shop-shell {
    width: min(100% - 36px, 1320px);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.neveza-product-page,
.neveza-single-product {
    --np-blue: #0758bd;
    --np-blue-dark: #073b78;
    --np-blue-soft: #eef4fb;
    --np-green: #09b53b;
    --np-green-dark: #079431;
    --np-pink: #ff3575;
    --np-text: #15233a;
    --np-muted: #667085;
    --np-line: #dbe1e8;
    --np-soft: #f5f7fa;
    --np-white: #ffffff;
    color: var(--np-text);
}

.neveza-single-breadcrumb {
    margin: 14px 0 26px;
    font-size: 12px;
    line-height: 1.4;
    color: #77839a;
}

.neveza-single-breadcrumb .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    color: inherit;
}

.neveza-single-breadcrumb a {
    color: #52617a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.neveza-product-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr);
    gap: clamp(44px, 6vw, 82px);
    align-items: start;
}

/* GALERIA ================================================= */

.neveza-product-media {
    min-width: 0;
}

.neveza-product-gallery-shell {
    min-width: 0;
}

.neveza-product-gallery-shell .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    grid-template-rows: minmax(500px, auto);
    gap: 18px;
    align-items: start;
}

.neveza-product-gallery-shell .woocommerce-product-gallery .flex-viewport,
.neveza-product-gallery-shell .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
    border: 1px solid var(--np-line);
    border-radius: 5px;
    background: var(--np-white);
    overflow: hidden;
}

.neveza-product-gallery-shell .woocommerce-product-gallery__wrapper {
    margin: 0 !important;
}

.neveza-product-gallery-shell .woocommerce-product-gallery__image {
    min-height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.neveza-product-gallery-shell .woocommerce-product-gallery__image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.neveza-product-gallery-shell .woocommerce-product-gallery__image img {
    display: block;
    width: 100% !important;
    height: 500px !important;
    object-fit: contain;
    padding: 18px;
    box-sizing: border-box;
}

.neveza-product-gallery-shell .flex-control-thumbs {
    grid-column: 1;
    grid-row: 1;
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.neveza-product-gallery-shell .flex-control-thumbs li {
    width: 84px !important;
    height: 92px;
    float: none !important;
    margin: 0 !important;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.neveza-product-gallery-shell .flex-control-thumbs li:has(img.flex-active) {
    border-color: var(--np-blue);
}

.neveza-product-gallery-shell .flex-control-thumbs img {
    width: 100% !important;
    height: 100% !important;
    padding: 7px;
    box-sizing: border-box;
    object-fit: contain;
    opacity: 1 !important;
}

.neveza-product-gallery-shell .woocommerce-product-gallery__trigger {
    top: 12px !important;
    right: 12px !important;
    z-index: 8;
}

.neveza-product-media-actions {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: 20px 0 0 102px;
}

.neveza-media-action {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 6px 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #101828;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    cursor: pointer;
}

.neveza-media-action svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #d8e0e9;
    border-radius: 3px;
    fill: none;
    stroke: var(--np-blue);
    stroke-width: 1.8;
}

.neveza-favorite-button.is-favorite svg {
    fill: #e8f1ff;
}

/* RESUMO ================================================== */

.neveza-product-summary {
    min-width: 0;
    padding-top: 9px;
}

.neveza-product-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 25px;
    font-size: 11px;
}

.neveza-product-info-link,
.neveza-product-code {
    color: #52617a;
}

.neveza-product-info-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.neveza-product-code {
    white-space: nowrap;
}

.neveza-product-title {
    margin: 0 0 8px;
    color: #17253d;
    font-size: clamp(24px, 2vw, 31px);
    line-height: 1.3;
    font-weight: 750;
    letter-spacing: -.025em;
}

.neveza-product-rating-line {
    min-height: 24px;
    margin-bottom: 10px;
}

.neveza-product-rating-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #101828;
    font-size: 13px;
    text-decoration: none;
}

.neveza-product-rating-link .star-rating {
    margin: 0;
    font-size: 13px;
    color: #f4ad20;
}

.neveza-rating-number {
    font-weight: 700;
}

.neveza-empty-star {
    color: var(--np-blue);
    font-size: 22px;
    line-height: 1;
}

.neveza-product-promo-badge {
    width: max-content;
    margin: 6px 0 28px;
    padding: 5px 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: var(--np-pink);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.neveza-product-promo-badge svg {
    width: 12px;
    height: 12px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.neveza-product-pricing {
    margin-bottom: 18px;
}

.neveza-product-old-price {
    margin-bottom: 1px;
    color: #718096;
    font-size: 13px;
}

.neveza-product-old-price .woocommerce-Price-amount {
    text-decoration: line-through;
}

.neveza-product-main-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: #06366f;
    font-size: clamp(35px, 3.2vw, 45px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.035em;
}

.neveza-product-main-price small {
    color: #667085;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.neveza-product-pix-note {
    margin-top: 5px;
    color: #344054;
    font-size: 13px;
}

.neveza-product-installment-line {
    margin-top: 3px;
    color: #53627a;
    font-size: 13px;
    line-height: 1.5;
}

.neveza-product-installment-line strong {
    color: #334d74;
}

.neveza-payment-open {
    margin: 10px 0 0;
    padding: 0;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #62718a;
    font: inherit;
    font-size: 13px;
    cursor: pointer;
}

.neveza-payment-open:hover,
.neveza-payment-open:focus-visible {
    color: var(--np-blue);
}

.neveza-payment-open-icon {
    width: 18px;
    height: 18px;
    display: inline-grid;
    place-items: center;
    border: 1px solid #b9c8dd;
    border-radius: 4px;
    color: var(--np-blue);
    background: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

/* POPUP - FORMAS DE PAGAMENTO ============================ */

html.neveza-payment-modal-open,
body.neveza-payment-modal-open {
    overflow: hidden !important;
}

.neveza-payment-modal[hidden] {
    display: none !important;
}

.neveza-payment-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: 16px;
    opacity: 0;
    transition: opacity .18s ease;
}

.neveza-payment-modal.is-open {
    opacity: 1;
}

.neveza-payment-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(13, 24, 42, .52);
    backdrop-filter: blur(1px);
}

.neveza-payment-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100vw - 32px));
    height: min(760px, calc(100vh - 32px));
    max-height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(4, 18, 38, .28);
    transform: translateY(10px) scale(.995);
    transition: transform .18s ease;
}

.neveza-payment-modal.is-open .neveza-payment-dialog {
    transform: translateY(0) scale(1);
}

.neveza-payment-modal-header {
    flex: 0 0 58px;
    min-height: 58px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--np-blue);
    color: #fff;
}

.neveza-payment-modal-header h2 {
    margin: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 800;
}

.neveza-payment-close {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.neveza-payment-close:hover,
.neveza-payment-close:focus-visible {
    background: rgba(255, 255, 255, .12);
}

.neveza-payment-modal-layout {
    min-height: 0;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
}

.neveza-payment-tabs {
    min-width: 0;
    padding: 24px 16px;
    border-right: 1px solid #d9dde4;
    background: #fff;
    overflow-y: auto;
}

.neveza-payment-tab {
    width: 100%;
    min-height: 54px;
    padding: 10px 4px;
    border: 0;
    border-bottom: 1px solid #dedede;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    text-align: left;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.neveza-payment-tab.is-active {
    color: var(--np-blue);
}

.neveza-payment-tab-icon {
    width: 28px;
    height: 28px;
    display: inline-grid;
    place-items: center;
    flex: 0 0 28px;
    border-radius: 5px;
    color: currentColor;
    font-size: 18px;
}

.neveza-payment-content {
    min-width: 0;
    min-height: 0;
    padding: 24px;
    overflow-y: auto;
    background: #fff;
}

.neveza-payment-product-mini {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e5e7eb;
    color: #6b7280;
    font-size: 14px;
}

.neveza-payment-product-image {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid #d8dde5;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}

.neveza-payment-product-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    padding: 4px;
    box-sizing: border-box;
}

.neveza-payment-product-name {
    margin-bottom: 3px;
    line-height: 1.4;
}

.neveza-payment-product-mini strong {
    color: #646464;
    font-size: 15px;
}

.neveza-payment-panel[hidden] {
    display: none !important;
}

.neveza-payment-panel h3 {
    margin: 0 0 12px;
    color: #666;
    font-size: 17px;
    font-weight: 800;
}

.neveza-payment-highlight {
    min-height: 66px;
    margin-bottom: 12px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 9px;
    background: #fafafa;
}

.neveza-payment-highlight-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--np-blue);
    font-size: 20px;
}

.neveza-payment-highlight strong,
.neveza-payment-highlight span {
    display: block;
}

.neveza-payment-highlight strong {
    margin-bottom: 2px;
    color: var(--np-blue);
    font-size: 14px;
}

.neveza-payment-highlight span {
    color: #6c6f75;
    font-size: 13px;
}

.neveza-installment-table-wrap {
    max-height: 430px;
    overflow: auto;
    border-radius: 4px;
    scrollbar-width: thin;
}

.neveza-installment-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    color: #6a6d72;
    font-size: 13px;
}

.neveza-installment-table th {
    padding: 6px 12px 8px;
    color: #777;
    background: #fff;
    font-size: 10px;
    font-weight: 800;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 1;
}

.neveza-installment-table th:last-child,
.neveza-installment-table td:last-child {
    text-align: right;
}

.neveza-installment-table td {
    padding: 9px 12px;
    border-bottom: 1px solid #ececec;
    background: #fbfbfb;
    vertical-align: middle;
}

.neveza-installment-table tr:nth-child(even) td {
    background: #f6f6f6;
}

.neveza-installment-table td strong {
    color: #666;
    font-size: 14px;
}

.neveza-installment-table td span {
    margin-left: 4px;
    color: #73767b;
}

.neveza-payment-footnote {
    margin: 12px 0 0;
    color: #7b7d82;
    font-size: 11px;
}

.neveza-pix-modal-price {
    margin-top: 20px;
    padding: 22px;
    border: 1px solid #e0e5ec;
    border-radius: 8px;
    background: #fff;
}

.neveza-pix-modal-price > span,
.neveza-pix-modal-price > small {
    display: block;
    color: #6b7280;
}

.neveza-pix-modal-price > strong {
    display: block;
    margin: 6px 0;
    color: var(--np-blue-dark);
    font-size: 34px;
    line-height: 1;
}

.neveza-pix-modal-price > small {
    color: var(--np-green-dark);
    font-weight: 700;
}

.neveza-product-stock {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 26px;
    margin: 13px 0 13px;
    font-size: 12px;
}

.neveza-product-stock.is-in-stock {
    color: var(--np-green-dark);
}

.neveza-product-stock.is-out-of-stock {
    color: #c43434;
}

.neveza-product-stock > span:last-child {
    color: #7d8aa2;
}

.neveza-stock-icon {
    width: 16px;
    height: 16px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: currentColor;
    color: #fff !important;
    font-size: 10px;
    font-weight: 900;
}

.neveza-seller-strip {
    min-height: 38px;
    margin: 9px 0 15px;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 4px;
    background: #eaf1fa;
    color: #5d6b81;
    font-size: 12px;
    text-align: center;
}

.neveza-seller-strip strong {
    color: #3c5275;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.neveza-seller-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: var(--np-blue);
    stroke-width: 1.8;
}

/* COMPRA ================================================== */

.neveza-product-buy-box {
    margin-top: 8px;
}

.neveza-product-buy-box form.cart,
.neveza-product-buy-box form.variations_form {
    margin: 0 !important;
}

.neveza-product-buy-box .variations {
    width: 100%;
    margin: 0 0 16px !important;
}

.neveza-product-buy-box .variations th,
.neveza-product-buy-box .variations td {
    padding: 5px 0 !important;
    vertical-align: middle;
}

.neveza-product-buy-box .variations label {
    color: var(--np-text);
    font-size: 13px;
}

.neveza-product-buy-box .variations select {
    width: 100%;
    min-height: 44px;
    border: 1px solid var(--np-line);
    border-radius: 4px;
    padding: 0 12px;
    background: #fff;
}

.neveza-product-buy-box .reset_variations {
    font-size: 11px;
}

.neveza-purchase-actions {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 14px 16px;
    width: 100%;
}

.neveza-purchase-actions .quantity {
    grid-column: 1;
    grid-row: 1;
    width: 122px;
    height: 58px;
    margin: 0 !important;
    display: grid;
    grid-template-columns: 38px 46px 38px;
    align-items: center;
    border: 1px solid #d8dee8;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.neveza-purchase-actions .quantity .screen-reader-text {
    position: absolute !important;
}

.neveza-purchase-actions .qty {
    width: 46px !important;
    min-width: 0 !important;
    height: 56px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #27364c;
    text-align: center;
    font-size: 13px;
    box-shadow: none !important;
    appearance: textfield;
}

.neveza-purchase-actions .qty::-webkit-outer-spin-button,
.neveza-purchase-actions .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.neveza-qty-button {
    width: 38px;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #26354b;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}

.neveza-buy-now-button,
.neveza-product-buy-box .single_add_to_cart_button.button,
.neveza-product-buy-box .single_add_to_cart_button {
    min-height: 58px;
    margin: 0 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    cursor: pointer;
}

.neveza-buy-now-button {
    grid-column: 2;
    grid-row: 1;
    border: 1px solid var(--np-green) !important;
    background: var(--np-green) !important;
    color: #fff !important;
}

.neveza-buy-now-button:hover {
    border-color: var(--np-green-dark) !important;
    background: var(--np-green-dark) !important;
}

.neveza-product-buy-box .single_add_to_cart_button.button,
.neveza-product-buy-box .single_add_to_cart_button {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    border: 1px solid var(--np-green) !important;
    background: #fff !important;
    color: var(--np-green) !important;
}

.neveza-product-buy-box .single_add_to_cart_button.button:hover,
.neveza-product-buy-box .single_add_to_cart_button:hover {
    background: #f1fff5 !important;
}

.neveza-buy-now-button.disabled,
.neveza-buy-now-button:disabled,
.neveza-product-buy-box .single_add_to_cart_button.disabled,
.neveza-product-buy-box .single_add_to_cart_button:disabled {
    opacity: .5 !important;
    cursor: not-allowed !important;
}

.neveza-product-buy-box .stock {
    font-size: 12px;
}

/* FRETE =================================================== */

.neveza-shipping-box {
    margin-top: 27px;
    padding-top: 0;
}

.neveza-shipping-box h2 {
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0e315f;
    font-size: 15px;
    font-weight: 800;
}

.neveza-shipping-box h2 svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.neveza-shipping-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 74px;
    gap: 12px;
}

.neveza-shipping-postcode {
    width: 100%;
    min-width: 0;
    height: 43px;
    padding: 0 16px !important;
    border: 0 !important;
    border-radius: 3px !important;
    background: #eef0f3 !important;
    color: #344054;
    font-size: 13px;
    font-weight: 650;
    outline: none;
    box-shadow: none !important;
}

.neveza-shipping-postcode:focus {
    box-shadow: inset 0 0 0 1px var(--np-blue) !important;
}

.neveza-shipping-form button {
    height: 43px;
    border: 1px solid var(--np-blue);
    border-radius: 4px;
    background: var(--np-blue);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.neveza-shipping-form button:disabled {
    opacity: .65;
    cursor: wait;
}

.neveza-cep-help {
    display: inline-block;
    margin-top: 7px;
    color: #5d6675;
    font-size: 10px;
    text-decoration: underline;
}

.neveza-shipping-result {
    margin-top: 12px;
    font-size: 12px;
}

.neveza-shipping-message {
    margin: 0;
    padding: 11px 13px;
    border-radius: 4px;
    background: #f4f6f8;
    color: #46566e;
}

.neveza-shipping-message.is-error {
    background: #fff1f1;
    color: #a33131;
}

.neveza-shipping-rates {
    display: grid;
    gap: 7px;
}

.neveza-shipping-rate {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 12px;
    border: 1px solid var(--np-line);
    border-radius: 4px;
    background: #fff;
    color: #43516a;
}

.neveza-shipping-rate strong {
    color: #153b70;
    white-space: nowrap;
}

.neveza-product-short-description {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #edf0f4;
    color: #5d6675;
    font-size: 13px;
    line-height: 1.6;
}

.neveza-product-short-description > *:first-child {
    margin-top: 0;
}

.neveza-product-short-description > *:last-child {
    margin-bottom: 0;
}

/* ABA / RELACIONADOS ===================================== */

.neveza-product-after-summary {
    clear: both;
    margin-top: 58px;
    padding-top: 28px;
    border-top: 1px solid #edf0f4;
}

.neveza-product-after-summary .woocommerce-tabs {
    margin: 0;
}

.neveza-product-after-summary .woocommerce-tabs ul.tabs {
    margin: 0 0 25px !important;
    padding: 0 !important;
    display: flex;
    gap: 28px;
    border-bottom: 1px solid var(--np-line);
}

.neveza-product-after-summary .woocommerce-tabs ul.tabs::before,
.neveza-product-after-summary .woocommerce-tabs ul.tabs::after,
.neveza-product-after-summary .woocommerce-tabs ul.tabs li::before,
.neveza-product-after-summary .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.neveza-product-after-summary .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.neveza-product-after-summary .woocommerce-tabs ul.tabs li a {
    padding: 12px 0 !important;
    border-bottom: 2px solid transparent;
    color: #667085 !important;
    font-size: 14px;
    font-weight: 750 !important;
}

.neveza-product-after-summary .woocommerce-tabs ul.tabs li.active a {
    border-color: var(--np-blue);
    color: var(--np-text) !important;
}

.neveza-product-after-summary .woocommerce-Tabs-panel {
    color: #475467;
    font-size: 14px;
    line-height: 1.7;
}

.neveza-product-after-summary .related.products,
.neveza-product-after-summary .upsells.products {
    margin-top: 42px;
}

.neveza-product-after-summary .related.products > h2,
.neveza-product-after-summary .upsells.products > h2 {
    margin: 0 0 20px;
    color: var(--np-text);
    font-size: clamp(22px, 2.3vw, 30px);
    font-weight: 800;
}

/* RESPONSIVO ============================================== */

@media (max-width: 1040px) {
    .neveza-product-main-grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .85fr);
        gap: 36px;
    }

    .neveza-product-gallery-shell .woocommerce-product-gallery {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
    }

    .neveza-product-gallery-shell .flex-control-thumbs li {
        width: 72px !important;
        height: 80px;
    }

    .neveza-product-media-actions {
        margin-left: 84px;
        gap: 14px;
    }
}

@media (max-width: 820px) {
    .single-product .shop-shell {
        width: min(100% - 24px, 720px);
    }

    .neveza-product-main-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .neveza-product-summary {
        padding-top: 0;
    }
}

@media (max-width: 600px) {
    .single-product .shop-shell {
        width: calc(100% - 22px);
    }

    .neveza-single-breadcrumb {
        margin: 8px 0 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 10px;
    }

    .neveza-product-gallery-shell .woocommerce-product-gallery {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .neveza-product-gallery-shell .woocommerce-product-gallery .flex-viewport,
    .neveza-product-gallery-shell .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
        order: 1;
        border-radius: 6px;
    }

    .neveza-product-gallery-shell .woocommerce-product-gallery__image {
        min-height: 330px;
    }

    .neveza-product-gallery-shell .woocommerce-product-gallery__image img {
        height: 330px !important;
        padding: 12px;
    }

    .neveza-product-gallery-shell .flex-control-thumbs {
        order: 2;
        width: 100%;
        flex-direction: row;
        gap: 9px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .neveza-product-gallery-shell .flex-control-thumbs::-webkit-scrollbar {
        display: none;
    }

    .neveza-product-gallery-shell .flex-control-thumbs li {
        flex: 0 0 62px;
        width: 62px !important;
        height: 66px;
    }

    .neveza-product-media-actions {
        margin: 10px 0 0;
        justify-content: space-between;
        gap: 2px;
    }

    .neveza-media-action {
        padding: 4px 0;
        font-size: 11px;
    }

    .neveza-media-action svg {
        width: 30px;
        height: 30px;
    }

    .neveza-product-topline {
        margin-bottom: 14px;
        font-size: 10px;
    }

    .neveza-product-title {
        font-size: 24px;
    }

    .neveza-product-promo-badge {
        margin-bottom: 22px;
    }

    .neveza-product-main-price {
        font-size: 37px;
    }

    .neveza-seller-strip {
        justify-content: flex-start;
        text-align: left;
    }

    .neveza-purchase-actions {
        grid-template-columns: 104px minmax(0, 1fr);
        gap: 10px;
    }

    .neveza-purchase-actions .quantity {
        width: 104px;
        grid-template-columns: 32px 40px 32px;
    }

    .neveza-purchase-actions .qty {
        width: 40px !important;
    }

    .neveza-qty-button {
        width: 32px;
    }

    .neveza-buy-now-button,
    .neveza-product-buy-box .single_add_to_cart_button.button,
    .neveza-product-buy-box .single_add_to_cart_button {
        font-size: 14px !important;
    }

    .neveza-product-after-summary {
        margin-top: 38px;
        padding-top: 18px;
    }

    .neveza-product-after-summary .woocommerce-tabs ul.tabs {
        gap: 18px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .neveza-product-after-summary .woocommerce-tabs ul.tabs::-webkit-scrollbar {
        display: none;
    }
}


@media (max-width: 700px) {
    .neveza-payment-modal {
        padding: 0;
        place-items: stretch;
    }

    .neveza-payment-dialog {
        width: 100vw;
        height: 100dvh;
        max-height: 100dvh;
        border-radius: 0;
    }

    .neveza-payment-modal-header {
        min-height: 56px;
        padding: 0 12px 0 16px;
    }

    .neveza-payment-modal-header h2 {
        font-size: 17px;
    }

    .neveza-payment-modal-layout {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .neveza-payment-tabs {
        flex: 0 0 auto;
        padding: 0 12px;
        display: flex;
        gap: 4px;
        overflow-x: auto;
        overflow-y: hidden;
        border-right: 0;
        border-bottom: 1px solid #d9dde4;
        scrollbar-width: none;
    }

    .neveza-payment-tabs::-webkit-scrollbar {
        display: none;
    }

    .neveza-payment-tab {
        width: auto;
        min-width: max-content;
        min-height: 52px;
        padding: 8px 10px;
        border-bottom: 3px solid transparent;
        white-space: nowrap;
    }

    .neveza-payment-tab.is-active {
        border-bottom-color: var(--np-blue);
    }

    .neveza-payment-tab-icon {
        width: 24px;
        height: 24px;
        flex-basis: 24px;
        font-size: 16px;
    }

    .neveza-payment-content {
        flex: 1 1 auto;
        padding: 16px 14px 24px;
    }

    .neveza-payment-product-mini {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 10px;
        font-size: 12px;
    }

    .neveza-payment-product-image {
        width: 54px;
        height: 54px;
    }

    .neveza-installment-table-wrap {
        max-height: none;
    }

    .neveza-installment-table th,
    .neveza-installment-table td {
        padding-left: 8px;
        padding-right: 8px;
    }

    .neveza-installment-table td strong {
        font-size: 13px;
    }

    .neveza-installment-table td span {
        display: block;
        margin: 2px 0 0;
        font-size: 11px;
    }
}
