:root {
    --wiz-v5-accent: #ff5a1f;
    --wiz-v5-accent-dark: #e94b12;
    --wiz-v5-accent-soft: #fff1e9;
    --wiz-v5-text: #17181c;
    --wiz-v5-muted: #72757d;
    --wiz-v5-line: #e8eaee;
    --wiz-v5-bg: #f4f5f7;
    --wiz-v5-card: #ffffff;
    --wiz-v5-success: #148653;
    --wiz-v5-danger: #c83d3d;
    --wiz-v5-shadow: 0 10px 30px rgba(27, 31, 41, 0.07);
    --wiz-v5-shell-width: 640px;
}

body.wiz-marketplace-body {
    --wiz-primary: var(--wiz-v5-accent) !important;
    --wiz-shell-width: var(--wiz-v5-shell-width) !important;
    min-width: 320px;
    background: #edf0f4 !important;
    color: var(--wiz-v5-text);
    padding-bottom: 104px !important;
}

body.wiz-marketplace-body,
body.wiz-marketplace-body button,
body.wiz-marketplace-body input,
body.wiz-marketplace-body select,
body.wiz-marketplace-body textarea {
    font-family: inherit;
}

body.wiz-marketplace-body button,
body.wiz-marketplace-body a {
    -webkit-tap-highlight-color: transparent;
}

body.wiz-marketplace-body button:focus-visible,
body.wiz-marketplace-body a:focus-visible,
body.wiz-marketplace-body input:focus-visible,
body.wiz-marketplace-body select:focus-visible,
body.wiz-marketplace-body textarea:focus-visible {
    outline: 3px solid rgba(255, 90, 31, 0.22);
    outline-offset: 2px;
}

body.wiz-marketplace-body .wiz-app-header,
body.wiz-marketplace-body #wrapper,
body.wiz-marketplace-body .wiz-app-home,
body.wiz-marketplace-body .wiz-bottom-nav {
    width: min(100%, var(--wiz-v5-shell-width)) !important;
    margin-inline: auto !important;
}

body.wiz-marketplace-body .wiz-app-header {
    background: rgba(255, 255, 255, 0.97) !important;
    border-bottom: 1px solid var(--wiz-v5-line) !important;
    box-shadow: 0 8px 30px rgba(28, 32, 42, 0.07) !important;
}

body.wiz-marketplace-body .wiz-header-row {
    height: 64px !important;
}

body.wiz-marketplace-body .wiz-location-button {
    min-height: 44px;
    border: 1px solid #eff0f3;
    background: #f7f7f9 !important;
    border-radius: 15px !important;
}

body.wiz-marketplace-body .wiz-search-form {
    height: 48px !important;
    border-radius: 16px !important;
    background: #f2f3f5 !important;
    border: 1px solid transparent !important;
}

body.wiz-marketplace-body .wiz-search-form:focus-within {
    background: #fff !important;
    border-color: rgba(255, 90, 31, 0.35) !important;
    box-shadow: 0 0 0 4px rgba(255, 90, 31, 0.08) !important;
}

/* Unified bottom navigation */
body.wiz-marketplace-body .wiz-bottom-nav,
body.wiz-product-body .wiz-bottom-nav,
body.wiz-cart-body .wiz-bottom-nav {
    z-index: 1050 !important;
    height: 76px !important;
    bottom: 0 !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    padding: 7px 8px max(7px, env(safe-area-inset-bottom)) !important;
    border: 1px solid rgba(22, 24, 30, 0.06) !important;
    border-bottom: 0 !important;
    border-radius: 22px 22px 0 0 !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: 0 -10px 34px rgba(24, 28, 38, 0.09) !important;
    backdrop-filter: blur(22px) !important;
}

body.wiz-marketplace-body .wiz-bottom-nav > a,
body.wiz-product-body .wiz-bottom-nav > a,
body.wiz-cart-body .wiz-bottom-nav > a {
    position: relative;
    height: 60px !important;
    min-width: 0;
    border-radius: 15px;
    color: #767982 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease !important;
}

body.wiz-marketplace-body .wiz-bottom-nav > a:active {
    transform: scale(0.94);
}

body.wiz-marketplace-body .wiz-bottom-nav > a svg,
body.wiz-product-body .wiz-bottom-nav > a svg,
body.wiz-cart-body .wiz-bottom-nav > a svg {
    width: 23px !important;
    height: 23px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

body.wiz-marketplace-body .wiz-bottom-nav > a.is-active {
    color: var(--wiz-v5-accent) !important;
    background: var(--wiz-v5-accent-soft) !important;
}

body.wiz-marketplace-body .wiz-bottom-cart .wiz-cart-circle,
body.wiz-product-body .wiz-bottom-nav .wiz-cart-circle,
body.wiz-cart-body .wiz-bottom-nav .wiz-cart-circle {
    position: relative !important;
    inset: auto !important;
    bottom: auto !important;
    width: 30px !important;
    height: 27px !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
    box-shadow: none !important;
    display: grid !important;
    place-items: center !important;
}

body.wiz-marketplace-body .wiz-bottom-cart .wiz-cart-circle svg {
    width: 24px !important;
    height: 24px !important;
}

body.wiz-marketplace-body .wiz-bottom-cart em {
    margin: 0 !important;
    font-style: normal !important;
}

body.wiz-marketplace-body .span_cart_product_count {
    position: absolute !important;
    top: -7px !important;
    inset-inline-start: -8px !important;
    min-width: 19px !important;
    height: 19px !important;
    padding: 0 5px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    display: grid !important;
    place-items: center !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 3px 9px rgba(255, 90, 31, 0.32) !important;
}

body.wiz-marketplace-body .span_cart_product_count.is-empty,
body.wiz-marketplace-body .span_cart_product_count.visibility-hidden {
    display: none !important;
}

body.wiz-marketplace-body .wiz-bottom-cart.is-bumping {
    animation: wizCartBump 0.52s ease;
}

@keyframes wizCartBump {
    0%, 100% { transform: scale(1); }
    40% { transform: scale(1.16); }
    70% { transform: scale(0.96); }
}

/* Global app toast */
.wiz-global-toast {
    position: fixed;
    z-index: 2300;
    left: 50%;
    bottom: calc(86px + env(safe-area-inset-bottom));
    width: min(calc(100% - 24px), 580px);
    min-height: 54px;
    transform: translate(-50%, 18px);
    opacity: 0;
    pointer-events: none;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    background: #202126;
    color: #fff;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    box-shadow: 0 18px 44px rgba(19, 22, 30, 0.28);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.wiz-global-toast.is-visible {
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: auto;
}

.wiz-global-toast.is-error {
    background: #9f3030;
}

.wiz-global-toast-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    display: grid;
    place-items: center;
}

.wiz-global-toast-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-global-toast-copy {
    min-width: 0;
    font-size: 12px;
    font-weight: 800;
}

.wiz-global-toast a {
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    text-decoration: underline !important;
    white-space: nowrap;
}

.wiz-button-spinner {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #fff;
    border-radius: 50%;
    display: inline-block;
    animation: wizSpin 0.7s linear infinite;
}

@keyframes wizSpin { to { transform: rotate(360deg); } }

/* Product page refinements */
body.wiz-product-body {
    padding-bottom: 152px !important;
}

body.wiz-product-body .wiz-product-page {
    padding-bottom: 164px !important;
    background: var(--wiz-v5-bg) !important;
}

body.wiz-product-body .wiz-product-gallery-card {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 0 24px 24px !important;
    background: #fff !important;
    box-shadow: 0 10px 32px rgba(25, 28, 37, 0.07) !important;
}

body.wiz-product-body .wiz-product-gallery-card #product_slider_container,
body.wiz-product-body .wiz-product-gallery-card .slider-for-container,
body.wiz-product-body .wiz-product-gallery-card .product-slider {
    border-radius: 0 !important;
    background: #f3f4f6 !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide {
    width: 100% !important;
    height: min(58dvh, 520px) !important;
    min-height: 390px !important;
    aspect-ratio: auto !important;
    background: #f3f4f6 !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > a,
body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > div {
    width: 100% !important;
    height: 100% !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider img,
body.wiz-product-body .wiz-product-gallery-card #product_slider_container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    padding: 0 !important;
    background: #f3f4f6 !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider-wrapper {
    padding: 10px 12px 6px !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider {
    height: 64px !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-slide {
    width: 58px !important;
    height: 58px !important;
    flex-basis: 58px !important;
    border: 1px solid #e4e6ea !important;
    border-radius: 12px !important;
    opacity: 0.76 !important;
}

body.wiz-product-body .wiz-product-gallery-card .thumb-slider .swiper-slide-thumb-active {
    border: 2px solid var(--wiz-v5-accent) !important;
    opacity: 1 !important;
    box-shadow: 0 4px 12px rgba(255, 90, 31, 0.18) !important;
}

body.wiz-product-body .wiz-product-gallery-footer {
    min-height: 36px !important;
    padding: 0 14px 10px !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-gallery-counter {
    background: #202126 !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 5px 9px !important;
    font-size: 10px !important;
}

body.wiz-product-body .wiz-product-info-card,
body.wiz-product-body .wiz-product-description-card,
body.wiz-product-body .wiz-product-service-card {
    margin: 12px !important;
    border: 1px solid var(--wiz-v5-line) !important;
    border-radius: 22px !important;
    background: #fff !important;
    box-shadow: var(--wiz-v5-shadow) !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-summary {
    padding: 18px 16px 8px !important;
}

body.wiz-product-body .wiz-product-title-row .product-title {
    color: var(--wiz-v5-text) !important;
    font-size: 22px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
}

body.wiz-product-body .wiz-product-store-row {
    min-height: 58px !important;
    margin: 14px 0 10px !important;
    padding: 9px 10px !important;
    border: 1px solid #eceef1 !important;
    border-radius: 16px !important;
    background: #fafafb !important;
}

body.wiz-product-body .wiz-product-store-avatar {
    width: 40px !important;
    height: 40px !important;
    background: var(--wiz-v5-accent-soft) !important;
    color: var(--wiz-v5-accent) !important;
}

body.wiz-product-body .wiz-product-price-row {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid #eff0f2 !important;
}

body.wiz-product-body .wiz-product-options-panel {
    margin: 8px 0 0 !important;
    padding: 15px 16px 18px !important;
    border-top: 1px solid #eff0f2 !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-purchase-bar {
    z-index: 1042 !important;
    bottom: 76px !important;
    width: min(100%, var(--wiz-v5-shell-width)) !important;
    min-height: 78px !important;
    padding: 10px 12px !important;
    grid-template-columns: minmax(0, 1fr) 112px 50px !important;
    gap: 8px !important;
    border: 1px solid var(--wiz-v5-line) !important;
    border-bottom: 0 !important;
    border-radius: 20px 20px 0 0 !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: 0 -10px 30px rgba(24, 28, 38, 0.1) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-primary-action {
    min-height: 54px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, var(--wiz-v5-accent), #ff6d2f) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    box-shadow: 0 9px 22px rgba(255, 90, 31, 0.24) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .wiz-product-primary-action.is-success {
    background: var(--wiz-v5-success) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .btn-cart-icon svg,
body.wiz-product-body .btn-item-add-to-cart svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.wiz-product-body .wiz-product-purchase-bar .number-spinner .input-group {
    height: 54px !important;
    border: 1px solid #dfe1e5 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-purchase-bar .number-spinner .btn,
body.wiz-product-body .wiz-product-purchase-bar .number-spinner .form-control {
    height: 52px !important;
    background: #fff !important;
    color: var(--wiz-v5-text) !important;
}

body.wiz-product-body .wiz-product-purchase-bar .btn-wishlist {
    width: 50px !important;
    height: 54px !important;
    border-radius: 16px !important;
    border-color: #dfe1e5 !important;
}

/* Card add buttons across all marketplace pages */
body.wiz-marketplace-body .btn-item-add-to-cart,
body.wiz-marketplace-body .wiz-add-button {
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    border-color: var(--wiz-v5-accent) !important;
}

body.wiz-marketplace-body .btn-item-add-to-cart.is-success,
body.wiz-marketplace-body .wiz-add-button.is-success {
    background: var(--wiz-v5-success) !important;
    border-color: var(--wiz-v5-success) !important;
}

body.wiz-marketplace-body .btn-item-add-to-cart svg,
body.wiz-marketplace-body .wiz-add-button svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Instagram-like vendor profile */
body.wiz-vendor-profile-body {
    padding-bottom: 104px !important;
}

body.wiz-vendor-profile-body #wrapper.wiz-vendor-profile-page {
    display: block !important;
    max-width: var(--wiz-v5-shell-width) !important;
    min-height: 100dvh;
    padding: 0 0 36px !important;
    background: var(--wiz-v5-bg) !important;
    overflow: hidden;
}

.wiz-vendor-hero {
    background: #fff;
    border-bottom: 1px solid var(--wiz-v5-line);
}

.wiz-vendor-cover {
    position: relative;
    width: 100%;
    height: 220px;
    background: linear-gradient(135deg, #1f2025, #464851 62%, #ff6d2f);
    overflow: hidden;
}

.wiz-vendor-cover.has-fallback::before,
.wiz-vendor-cover.has-fallback::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    opacity: 0.72;
}

.wiz-vendor-cover.has-fallback::before {
    width: 230px;
    height: 230px;
    top: -90px;
    inset-inline-start: -40px;
    background: #ff7a42;
}

.wiz-vendor-cover.has-fallback::after {
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -150px;
    background: #101116;
}

.wiz-vendor-cover > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiz-vendor-cover-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.12), transparent 42%, rgba(0,0,0,0.48));
}

.wiz-vendor-cover-actions {
    position: absolute;
    z-index: 3;
    top: 14px;
    inset-inline: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wiz-vendor-round-button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #202126 !important;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(12px);
}

.wiz-vendor-round-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-vendor-profile-card {
    position: relative;
    padding: 0 16px 18px;
    background: #fff;
}

.wiz-vendor-identity-row {
    min-height: 86px;
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 13px;
    align-items: end;
}

.wiz-vendor-avatar-wrap {
    position: relative;
    width: 104px;
    height: 104px;
    margin-top: -42px;
    padding: 4px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(26, 29, 38, 0.15);
}

.wiz-vendor-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    background: #f1f2f4;
}

.wiz-vendor-online-dot {
    position: absolute;
    right: 7px;
    bottom: 9px;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #19a666;
}

.wiz-vendor-heading {
    min-width: 0;
    padding-bottom: 5px;
}

.wiz-vendor-name-line {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}

.wiz-vendor-name-line h1 {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--wiz-v5-text);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 900;
}

.wiz-vendor-verified {
    width: 22px;
    height: 22px;
    color: #1b9df0;
    flex: 0 0 auto;
}

.wiz-vendor-verified svg {
    width: 100%;
    height: 100%;
    fill: #1b9df0;
    stroke: #fff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-vendor-handle-row {
    margin-top: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wiz-v5-muted);
    font-size: 11px;
}

.wiz-vendor-handle-row b {
    padding: 4px 7px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
}

.wiz-vendor-handle-row b.is-open {
    background: #e9f8f0;
    color: var(--wiz-v5-success);
}

.wiz-vendor-handle-row b.is-closed {
    background: #f1f2f4;
    color: #777a82;
}

.wiz-vendor-bio {
    margin-top: 13px;
    color: #292a30;
}

.wiz-vendor-bio strong {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 900;
}

.wiz-vendor-bio p {
    margin: 0;
    font-size: 12px;
    line-height: 1.75;
}

.wiz-vendor-meta-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.wiz-vendor-meta-list > span {
    min-width: 0;
    max-width: 100%;
    padding: 7px 9px;
    border-radius: 10px;
    background: #f6f7f8;
    color: #62656d;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
}

.wiz-vendor-meta-list svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: var(--wiz-v5-accent);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.wiz-vendor-stats {
    margin-top: 15px;
    padding: 12px 4px;
    border-block: 1px solid #eff0f2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.wiz-vendor-stats a {
    min-width: 0;
    text-align: center;
    color: var(--wiz-v5-text) !important;
}

.wiz-vendor-stats a + a {
    border-inline-start: 1px solid #eff0f2;
}

.wiz-vendor-stats strong,
.wiz-vendor-stats span {
    display: block;
}

.wiz-vendor-stats strong {
    font-size: 16px;
    font-weight: 900;
}

.wiz-vendor-stats span {
    margin-top: 2px;
    color: var(--wiz-v5-muted);
    font-size: 9px;
}

.wiz-vendor-actions {
    margin-top: 13px;
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.wiz-vendor-follow-form {
    flex: 1 1 0;
    margin: 0;
}

.wiz-vendor-action-primary,
.wiz-vendor-action-secondary {
    min-height: 44px;
    border-radius: 13px;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 13px;
    font-size: 11px;
    font-weight: 900;
}

.wiz-vendor-action-primary {
    flex: 1 1 0;
    width: 100%;
    background: var(--wiz-v5-accent);
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(255, 90, 31, 0.2);
}

.wiz-vendor-action-primary.is-following {
    background: #f1f2f4;
    color: #4f525a !important;
    box-shadow: none;
}

.wiz-vendor-action-secondary {
    flex: 0 1 auto;
    border: 1px solid #e2e4e8;
    background: #fff;
    color: #33353b !important;
}

.wiz-vendor-action-secondary.is-whatsapp {
    color: #168d53 !important;
}

.wiz-vendor-actions svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-vendor-highlights,
.wiz-vendor-banners,
.wiz-vendor-reels-section,
.wiz-vendor-products-section {
    margin-top: 10px;
    background: #fff;
    border-block: 1px solid var(--wiz-v5-line);
}

.wiz-vendor-highlights {
    padding: 14px 12px 12px;
}

.wiz-vendor-horizontal-scroll {
    display: flex;
    gap: 13px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    padding: 2px 2px 5px;
}

.wiz-vendor-horizontal-scroll::-webkit-scrollbar { display: none; }

.wiz-vendor-highlight {
    flex: 0 0 72px;
    text-align: center;
    color: var(--wiz-v5-text) !important;
}

.wiz-vendor-highlight > span {
    width: 62px;
    height: 62px;
    margin-inline: auto;
    padding: 3px;
    border-radius: 50%;
    background: conic-gradient(var(--highlight-accent, var(--wiz-v5-accent)), #ffbf9c, var(--highlight-accent, var(--wiz-v5-accent)));
    display: grid;
    place-items: center;
}

.wiz-vendor-highlight > span::before {
    content: '';
    position: absolute;
}

.wiz-vendor-highlight > span i,
.wiz-vendor-highlight > span svg {
    width: 54px;
    height: 54px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #fff7f2;
    color: var(--highlight-accent, var(--wiz-v5-accent));
    display: grid;
    place-items: center;
    font-size: 18px;
    fill: none;
    stroke: var(--wiz-v5-accent);
    stroke-width: 1.5;
    padding: 14px;
}

.wiz-vendor-highlight > strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 7px;
    font-size: 9px;
    line-height: 1.35;
    font-weight: 800;
}

.wiz-vendor-banners {
    padding: 12px;
}

.wiz-vendor-banner-card {
    position: relative;
    flex: 0 0 84%;
    max-width: 480px;
    height: 148px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #24252b, #ff6b30);
    color: #fff !important;
    box-shadow: var(--wiz-v5-shadow);
}

.wiz-vendor-banner-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiz-vendor-banner-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 20%, rgba(0,0,0,0.68));
}

.wiz-vendor-banner-card > span {
    position: absolute;
    z-index: 2;
    inset-inline-start: 16px;
    inset-inline-end: 40%;
    bottom: 15px;
}

.wiz-vendor-banner-card strong,
.wiz-vendor-banner-card small {
    display: block;
}

.wiz-vendor-banner-card strong {
    font-size: 16px;
    font-weight: 900;
}

.wiz-vendor-banner-card small {
    margin-top: 4px;
    font-size: 10px;
    opacity: 0.9;
}

.wiz-vendor-content-tabs {
    position: sticky;
    z-index: 20;
    top: 116px;
    min-height: 58px;
    margin-top: 10px;
    padding: 7px 10px;
    border-block: 1px solid var(--wiz-v5-line);
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(16px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wiz-vendor-content-tabs a {
    min-width: 0;
    border-radius: 12px;
    color: #777a82 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 800;
}

.wiz-vendor-content-tabs a.is-active {
    background: var(--wiz-v5-accent-soft);
    color: var(--wiz-v5-accent) !important;
}

.wiz-vendor-content-tabs svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-vendor-reels-section,
.wiz-vendor-products-section {
    padding: 15px 12px 18px;
}

.wiz-vendor-section-heading {
    margin-bottom: 12px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
}

.wiz-vendor-section-heading small,
.wiz-vendor-section-heading span {
    color: var(--wiz-v5-muted);
    font-size: 10px;
}

.wiz-vendor-section-heading h2 {
    margin: 2px 0 0;
    color: var(--wiz-v5-text);
    font-size: 19px;
    font-weight: 900;
}

.wiz-vendor-reels-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
}

.wiz-vendor-reel-card {
    position: relative;
    aspect-ratio: 0.72;
    border-radius: 12px;
    overflow: hidden;
    background: #25262b;
    color: #fff !important;
}

.wiz-vendor-reel-card > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiz-vendor-reel-overlay {
    position: absolute;
    inset: 0;
    padding: 8px;
    background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,0.75));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
}

.wiz-vendor-reel-overlay svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.wiz-vendor-reel-overlay strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 9px;
    line-height: 1.4;
}

.wiz-vendor-products-toolbar {
    margin-bottom: 10px;
}

.wiz-instagram-product-grid .product-list-header {
    margin-bottom: 10px !important;
    padding: 0 !important;
}

.wiz-instagram-product-grid .container-filter-products {
    display: block !important;
}

.wiz-instagram-product-grid #productListResultContainer.row-product {
    margin: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3px !important;
}

.wiz-instagram-product-grid #productListResultContainer > .col-product {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

.wiz-instagram-product-grid .product-card {
    position: relative;
    height: 100%;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: #f0f1f3 !important;
    box-shadow: none !important;
    overflow: hidden !important;
}

.wiz-instagram-product-grid .product-image-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 !important;
    background: #f1f2f4 !important;
}

.wiz-instagram-product-grid .product-image-container > a,
.wiz-instagram-product-grid .product-image {
    width: 100% !important;
    height: 100% !important;
}

.wiz-instagram-product-grid .product-image {
    object-fit: cover !important;
    padding: 0 !important;
}

.wiz-instagram-product-grid .hover-image {
    display: none !important;
}

.wiz-instagram-product-grid .product-card .card-body {
    position: absolute !important;
    inset-inline: 0 !important;
    bottom: 0 !important;
    min-height: 44px !important;
    padding: 18px 6px 6px !important;
    background: linear-gradient(180deg, transparent, rgba(0,0,0,0.72)) !important;
    pointer-events: none;
}

.wiz-instagram-product-grid .product-title,
.wiz-instagram-product-grid .product-seller,
.wiz-instagram-product-grid .product-rating,
.wiz-instagram-product-grid .discount-original-price {
    display: none !important;
}

.wiz-instagram-product-grid .product-footer,
.wiz-instagram-product-grid .product-price {
    margin: 0 !important;
    display: block !important;
}

.wiz-instagram-product-grid .product-price .price,
.wiz-instagram-product-grid .price-free {
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}

.wiz-instagram-product-grid .product-actions-overlay {
    z-index: 5 !important;
    top: 5px !important;
    inset-inline-end: 5px !important;
    gap: 4px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
}

.wiz-instagram-product-grid .product-actions-overlay .action-btn {
    width: 28px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.92) !important;
    color: #25262b !important;
    display: grid !important;
    place-items: center !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.14) !important;
}

.wiz-instagram-product-grid .product-actions-overlay .cart-btn {
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
}

.wiz-instagram-product-grid .product-card-badge {
    z-index: 6;
    top: 5px !important;
    inset-inline-start: 5px !important;
    padding: 4px 6px !important;
    border-radius: 7px !important;
    font-size: 8px !important;
}

.wiz-vendor-vacation {
    padding: 18px;
    border-radius: 16px;
    background: #fff8ea;
    color: #6f4f13;
}

.wiz-vendor-vacation p {
    margin: 5px 0 0;
    font-size: 11px;
}

.wiz-vendor-report-button {
    width: calc(100% - 24px);
    min-height: 44px;
    margin: 12px;
    border: 1px solid #eadede;
    border-radius: 13px;
    background: #fff;
    color: #9b4545;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 800;
}

.wiz-vendor-report-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Cart page visual consistency */
body.wiz-cart-body .wiz-cart-page-v3 {
    background: var(--wiz-v5-bg) !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-title-row,
body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-store,
body.wiz-cart-body .wiz-cart-page-v3 .wiz-delivery-location-card,
body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-summary-card {
    border-color: var(--wiz-v5-line) !important;
    box-shadow: var(--wiz-v5-shadow) !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-checkout-button,
body.wiz-cart-body .wiz-cart-page-v3 .wiz-submit-vendor-order {
    background: linear-gradient(135deg, var(--wiz-v5-accent), #ff6d2f) !important;
    color: #fff !important;
    border: 0 !important;
    box-shadow: 0 9px 22px rgba(255, 90, 31, 0.22) !important;
}

@media (max-width: 420px) {
    body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide {
        height: 52dvh !important;
        min-height: 330px !important;
    }

    body.wiz-product-body .wiz-product-purchase-bar {
        grid-template-columns: minmax(0, 1fr) 100px 46px !important;
        padding-inline: 8px !important;
    }

    .wiz-vendor-cover {
        height: 190px;
    }

    .wiz-vendor-profile-card {
        padding-inline: 13px;
    }

    .wiz-vendor-identity-row {
        grid-template-columns: 92px minmax(0, 1fr);
    }

    .wiz-vendor-avatar-wrap {
        width: 92px;
        height: 92px;
    }

    .wiz-vendor-avatar {
        width: 84px;
        height: 84px;
    }

    .wiz-vendor-name-line h1 {
        font-size: 20px;
    }

    .wiz-vendor-action-primary,
    .wiz-vendor-action-secondary {
        padding-inline: 10px;
        font-size: 10px;
    }

    .wiz-vendor-action-secondary svg {
        display: none;
    }
}

@media (min-width: 700px) {
    body.wiz-marketplace-body {
        padding-top: 16px !important;
    }

    body.wiz-marketplace-body .wiz-app-header {
        border-radius: 26px 26px 0 0 !important;
        overflow: hidden;
    }

    body.wiz-marketplace-body #wrapper,
    body.wiz-marketplace-body .wiz-app-home {
        border-radius: 0 0 26px 26px !important;
        box-shadow: 0 22px 58px rgba(24, 28, 38, 0.14) !important;
    }

    body.wiz-marketplace-body .wiz-bottom-nav,
    body.wiz-product-body .wiz-bottom-nav,
    body.wiz-cart-body .wiz-bottom-nav {
        bottom: 16px !important;
        border-radius: 22px !important;
        border-bottom: 1px solid rgba(22, 24, 30, 0.06) !important;
    }

    body.wiz-product-body .wiz-product-purchase-bar {
        bottom: 92px !important;
        border-radius: 20px !important;
        border-bottom: 1px solid var(--wiz-v5-line) !important;
    }

    .wiz-global-toast {
        bottom: 104px;
    }

    body.wiz-vendor-profile-body #wrapper.wiz-vendor-profile-page {
        border-radius: 0 0 26px 26px !important;
    }
}

/* Vendor profile v5.1 — Instagram-style business profile */
body.wiz-vendor-profile-body .wiz-app-header {
    display: none !important;
}

body.wiz-vendor-profile-body #wrapper.wiz-vendor-profile-page {
    border-radius: 0 !important;
    background: #ffffff !important;
}

.wiz-vendor-hero {
    background: #ffffff !important;
    border-bottom: 0 !important;
}

.wiz-vendor-instagram-toolbar {
    position: sticky;
    z-index: 45;
    top: 0;
    min-height: 58px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--wiz-v5-line);
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 9px;
}

.wiz-vendor-toolbar-button {
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f5f6f7;
    color: #202126 !important;
    display: grid;
    place-items: center;
}

.wiz-vendor-toolbar-button:active {
    transform: scale(0.94);
    background: #eceef1;
}

.wiz-vendor-toolbar-button svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.wiz-vendor-toolbar-title {
    min-width: 0;
    text-align: center;
}

.wiz-vendor-toolbar-title strong,
.wiz-vendor-toolbar-title small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wiz-vendor-toolbar-title strong {
    color: #17181c;
    font-size: 14px;
    font-weight: 900;
}

.wiz-vendor-toolbar-title small {
    margin-top: 1px;
    color: #858891;
    font-size: 9px;
    font-weight: 700;
}

.wiz-vendor-profile-card {
    padding: 18px 16px 16px !important;
    background: #ffffff !important;
}

.wiz-vendor-instagram-summary {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 17px;
}

.wiz-vendor-instagram-summary .wiz-vendor-avatar-wrap {
    width: 96px !important;
    height: 96px !important;
    margin: 0 !important;
    padding: 3px !important;
    border: 2px solid #ffffff;
    outline: 2px solid var(--wiz-v5-accent);
    box-shadow: none !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-avatar {
    width: 86px !important;
    height: 86px !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-online-dot {
    right: 1px;
    bottom: 5px;
    width: 18px;
    height: 18px;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    align-items: center;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats a {
    min-height: 58px;
    border: 0 !important;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats a:active {
    background: #f6f7f8;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats strong {
    font-size: 17px;
    line-height: 1.1;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats span {
    margin-top: 5px;
    color: #666971;
    font-size: 10px;
}

.wiz-vendor-profile-card > .wiz-vendor-heading {
    margin-top: 14px;
    padding: 0 !important;
}

.wiz-vendor-profile-card > .wiz-vendor-heading .wiz-vendor-name-line h1 {
    font-size: 16px;
    line-height: 1.4;
}

.wiz-vendor-profile-card > .wiz-vendor-heading .wiz-vendor-verified {
    width: 18px;
    height: 18px;
}

.wiz-vendor-profile-card .wiz-vendor-bio {
    margin-top: 7px;
}

.wiz-vendor-profile-card .wiz-vendor-bio strong {
    margin-bottom: 2px;
    font-size: 12px;
}

.wiz-vendor-profile-card .wiz-vendor-bio p {
    font-size: 11px;
    line-height: 1.65;
}

.wiz-vendor-profile-card .wiz-vendor-meta-list {
    margin-top: 9px;
    gap: 5px;
}

.wiz-vendor-profile-card .wiz-vendor-meta-list > span {
    padding: 5px 0;
    border-radius: 0;
    background: transparent;
    color: #5d6068;
    font-size: 10px;
}

.wiz-vendor-profile-card .wiz-vendor-actions {
    margin-top: 13px;
    gap: 6px;
}

.wiz-vendor-profile-card .wiz-vendor-action-primary,
.wiz-vendor-profile-card .wiz-vendor-action-secondary {
    min-height: 38px;
    border-radius: 9px;
    padding: 7px 11px;
    box-shadow: none !important;
}

.wiz-vendor-profile-card .wiz-vendor-action-primary {
    background: var(--wiz-v5-accent) !important;
}

.wiz-vendor-highlights {
    margin-top: 0 !important;
    border-top: 0 !important;
    padding-top: 10px !important;
}

.wiz-vendor-content-tabs {
    top: 0 !important;
    min-height: 52px !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-top: 1px solid var(--wiz-v5-line) !important;
    border-bottom: 1px solid var(--wiz-v5-line) !important;
    background: #ffffff !important;
}

.wiz-vendor-content-tabs a {
    border-radius: 0 !important;
    background: transparent !important;
}

.wiz-vendor-content-tabs a.is-active {
    position: relative;
    color: #17181c !important;
}

.wiz-vendor-content-tabs a.is-active::after {
    content: '';
    position: absolute;
    inset-inline: 18%;
    bottom: -1px;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: var(--wiz-v5-accent);
}

.wiz-vendor-products-section {
    margin-top: 0 !important;
    padding: 0 0 18px !important;
    border-top: 0 !important;
}

.wiz-vendor-products-section .wiz-vendor-section-heading,
.wiz-vendor-products-section .wiz-vendor-products-toolbar {
    padding-inline: 12px;
}

.wiz-instagram-product-grid #productListResultContainer.row-product {
    gap: 2px !important;
}

.wiz-instagram-product-grid .product-card {
    border-radius: 0 !important;
}

@media (max-width: 420px) {
    .wiz-vendor-profile-card {
        padding-inline: 13px !important;
    }

    .wiz-vendor-instagram-summary {
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 10px;
    }

    .wiz-vendor-instagram-summary .wiz-vendor-avatar-wrap {
        width: 82px !important;
        height: 82px !important;
    }

    .wiz-vendor-instagram-summary .wiz-vendor-avatar {
        width: 72px !important;
        height: 72px !important;
    }

    .wiz-vendor-instagram-summary .wiz-vendor-stats strong {
        font-size: 15px;
    }

    .wiz-vendor-profile-card .wiz-vendor-action-secondary svg {
        display: none;
    }
}

/* ========================================================================== 
   Wizz Marketplace V5.2 — unified app UI, product/cart/profile hardening
   ========================================================================== */
:root {
    --wiz-v5-accent: #ff5a00;
    --wiz-v5-accent-dark: #e84f00;
    --wiz-v5-accent-soft: #fff3ec;
    --wiz-v5-text: #17181c;
    --wiz-v5-muted: #6f727a;
    --wiz-v5-line: #e9eaed;
    --wiz-v5-bg: #f6f6f7;
    --wiz-v5-card: #fff;
    --wiz-v5-shadow: 0 12px 34px rgba(23, 26, 34, .075);
    --wiz-v5-shell-width: 680px;
}

html {
    background: #e9edf2 !important;
}

body.wiz-marketplace-body {
    background: linear-gradient(180deg, #eef1f5 0, #e8ecf1 100%) !important;
    color: var(--wiz-v5-text) !important;
}

body.wiz-marketplace-body .wiz-app-header,
body.wiz-marketplace-body #wrapper,
body.wiz-marketplace-body .wiz-app-home,
body.wiz-marketplace-body .wiz-bottom-nav {
    max-width: var(--wiz-v5-shell-width) !important;
}

body.wiz-marketplace-body #wrapper,
body.wiz-marketplace-body .wiz-app-home {
    background: var(--wiz-v5-bg) !important;
}

body.wiz-marketplace-body .btn-custom,
body.wiz-marketplace-body .btn-primary,
body.wiz-marketplace-body button[type="submit"]:not(.close):not(.btn-default),
body.wiz-marketplace-body .wiz-vendor-action-primary {
    background: var(--wiz-v5-accent) !important;
    border-color: var(--wiz-v5-accent) !important;
    color: #fff !important;
}

body.wiz-marketplace-body .btn-custom:hover,
body.wiz-marketplace-body .btn-primary:hover,
body.wiz-marketplace-body .btn-custom:focus,
body.wiz-marketplace-body .btn-primary:focus {
    background: var(--wiz-v5-accent-dark) !important;
    border-color: var(--wiz-v5-accent-dark) !important;
}

/* Product gallery: eliminate fixed-height white gap and preserve a predictable crop. */
body.wiz-product-body .wiz-product-container,
body.wiz-product-body .wiz-product-details-container,
body.wiz-product-body .wiz-product-main-stack,
body.wiz-product-body .wiz-product-gallery-column,
body.wiz-product-body .wiz-product-info-column {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.wiz-product-body .wiz-product-breadcrumb-row,
body.wiz-product-body .wiz-product-breadcrumb {
    display: none !important;
}

body.wiz-product-body .wiz-product-content-row {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

body.wiz-product-body .wiz-product-gallery-card {
    position: relative !important;
    border-radius: 0 0 24px 24px !important;
    overflow: hidden !important;
}

body.wiz-product-body .product-slider-wrapper {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 0 !important;
    width: 100% !important;
    background: #fff !important;
}

body.wiz-product-body .slider-for-container,
body.wiz-product-body .product-slider,
body.wiz-product-body .product-slider .swiper-wrapper {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
    background: #f2f3f4 !important;
    overflow: hidden !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > a,
body.wiz-product-body .wiz-product-gallery-card .product-slider .swiper-slide > div {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.wiz-product-body .wiz-product-gallery-card .product-slider img,
body.wiz-product-body .wiz-product-gallery-card #product_slider_container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    background: #f2f3f4 !important;
}

body.wiz-product-body .thumb-slider-wrapper {
    order: -1 !important;
    width: 100% !important;
    padding: 10px 12px 8px !important;
    background: #fff !important;
    overflow: hidden !important;
}

body.wiz-product-body .thumb-slider {
    width: 100% !important;
    height: 62px !important;
    overflow: hidden !important;
}

body.wiz-product-body .thumb-slider .swiper-wrapper {
    justify-content: flex-start !important;
}

body.wiz-product-body .thumb-slider .swiper-slide {
    width: 56px !important;
    height: 56px !important;
    flex: 0 0 56px !important;
    overflow: hidden !important;
    background: #f3f4f5 !important;
}

body.wiz-product-body .thumb-slider .swiper-slide img {
    padding: 0 !important;
    object-fit: cover !important;
}

body.wiz-product-body .wiz-product-gallery-actions {
    z-index: 12 !important;
    top: 12px !important;
    inset-inline: 12px !important;
    display: flex !important;
    justify-content: space-between !important;
    pointer-events: none !important;
}

body.wiz-product-body .wiz-product-gallery-actions > * {
    pointer-events: auto !important;
}

body.wiz-product-body .wiz-product-round-action {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(30, 32, 38, .08) !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, .92) !important;
    box-shadow: 0 7px 20px rgba(20, 24, 31, .13) !important;
    backdrop-filter: blur(12px) !important;
}

body.wiz-product-body .wiz-product-gallery-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 42px !important;
    padding: 5px 13px 9px !important;
}

body.wiz-product-body .wiz-product-info-card {
    margin: 10px 10px 0 !important;
    border-radius: 22px !important;
}

body.wiz-product-body .wiz-product-summary {
    padding: 17px 15px 10px !important;
}

body.wiz-product-body .wiz-product-title-row .product-title {
    margin: 0 !important;
    font-size: clamp(20px, 5.3vw, 25px) !important;
    line-height: 1.38 !important;
    letter-spacing: -.2px !important;
}

body.wiz-product-body .wiz-product-store-row {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) auto 18px !important;
    gap: 9px !important;
    align-items: center !important;
}

body.wiz-product-body .wiz-product-meta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
}

body.wiz-product-body .wiz-product-meta-chip {
    min-height: 34px !important;
    padding: 7px 9px !important;
    border: 1px solid #eceef1 !important;
    border-radius: 11px !important;
    background: #fafafb !important;
}

body.wiz-product-body .wiz-product-price-row {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

body.wiz-product-body .wiz-product-price-row .price,
body.wiz-product-body .wiz-product-price-row .price-discounted,
body.wiz-product-body .wiz-product-price-row .product-price {
    color: var(--wiz-v5-accent) !important;
    font-size: clamp(24px, 6vw, 31px) !important;
    font-weight: 950 !important;
}

body.wiz-product-body .wiz-product-options-panel {
    padding: 16px 15px 18px !important;
}

body.wiz-product-body .wiz-product-panel-heading {
    margin-bottom: 13px !important;
}

body.wiz-product-body .product-variation-container,
body.wiz-product-body .product-variation-group,
body.wiz-product-body .form-group-product-variation {
    margin-bottom: 15px !important;
}

body.wiz-product-body .product-variation-container label,
body.wiz-product-body .form-group-product-variation > label {
    margin-bottom: 8px !important;
    color: #25262b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

body.wiz-product-body .product-variation-container .custom-control-label,
body.wiz-product-body .product-variation-container .option-label,
body.wiz-product-body .product-variation-container button,
body.wiz-product-body .product-variation-container .option-item {
    min-height: 44px !important;
    border-radius: 12px !important;
}

body.wiz-product-body .product-variation-container .selected,
body.wiz-product-body .product-variation-container .active,
body.wiz-product-body .product-variation-container input:checked + label {
    border-color: var(--wiz-v5-accent) !important;
    color: var(--wiz-v5-accent) !important;
    background: var(--wiz-v5-accent-soft) !important;
    box-shadow: 0 0 0 2px rgba(255, 90, 0, .08) !important;
}

body.wiz-product-body .product-variation-container .disabled,
body.wiz-product-body .product-variation-container [disabled] {
    opacity: .42 !important;
    cursor: not-allowed !important;
    text-decoration: line-through !important;
}

body.wiz-product-body .wiz-product-service-card,
body.wiz-product-body .wiz-product-description-card {
    margin: 10px !important;
}

body.wiz-product-body .wiz-product-description-card .nav-tabs {
    display: flex !important;
    gap: 5px !important;
    padding: 8px !important;
    overflow-x: auto !important;
    border: 0 !important;
    background: #fafafb !important;
    scrollbar-width: none !important;
}

body.wiz-product-body .wiz-product-description-card .nav-tabs::-webkit-scrollbar {
    display: none !important;
}

body.wiz-product-body .wiz-product-description-card .nav-link {
    white-space: nowrap !important;
    min-height: 40px !important;
    padding: 9px 12px !important;
    border: 0 !important;
    border-radius: 11px !important;
    color: var(--wiz-v5-muted) !important;
    font-size: 12px !important;
    font-weight: 850 !important;
}

body.wiz-product-body .wiz-product-description-card .nav-link.active {
    color: var(--wiz-v5-accent) !important;
    background: var(--wiz-v5-accent-soft) !important;
}

body.wiz-product-body .wiz-product-purchase-bar {
    z-index: 1044 !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    width: min(100%, var(--wiz-v5-shell-width)) !important;
    min-height: 76px !important;
    padding: 10px 11px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 118px 48px !important;
    align-items: center !important;
    gap: 8px !important;
    border-top: 1px solid var(--wiz-v5-line) !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 -10px 30px rgba(22, 25, 34, .10) !important;
    backdrop-filter: blur(20px) !important;
}

body.wiz-product-body .wiz-product-primary-container,
body.wiz-product-body .wiz-product-primary-action {
    width: 100% !important;
}

body.wiz-product-body .wiz-product-primary-action {
    min-height: 54px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    box-shadow: 0 10px 22px rgba(255, 90, 0, .23) !important;
}

body.wiz-product-body .wiz-product-primary-action:disabled,
body.wiz-product-body .wiz-product-primary-action[aria-disabled="true"] {
    background: #c9cbd0 !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}

body.wiz-product-body .wiz-product-quantity .input-group {
    display: grid !important;
    grid-template-columns: 38px 40px 38px !important;
    height: 48px !important;
    border: 1px solid #dedfe3 !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    background: #fff !important;
}

body.wiz-product-body .wiz-product-quantity button,
body.wiz-product-body .wiz-product-quantity input {
    width: 100% !important;
    height: 46px !important;
    border: 0 !important;
    background: transparent !important;
    font-weight: 900 !important;
}

body.wiz-product-body .wiz-product-wishlist-container button {
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    border: 1px solid #e2e3e6 !important;
    border-radius: 15px !important;
    background: #fff !important;
    color: #34353a !important;
    display: grid !important;
    place-items: center !important;
}

body.wiz-product-body .wiz-product-wishlist-container button span {
    display: none !important;
}

/* Modern marketplace product cards. */
body.wiz-marketplace-body .row-product {
    margin-inline: -5px !important;
}

body.wiz-marketplace-body .row-product > .col-product {
    padding-inline: 5px !important;
    margin-bottom: 10px !important;
}

body.wiz-marketplace-body .wiz-market-product-card {
    position: relative !important;
    height: 100% !important;
    overflow: hidden !important;
    border: 1px solid #eaebee !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 7px 23px rgba(24, 27, 35, .055) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

body.wiz-marketplace-body .wiz-market-product-card:active {
    transform: scale(.985) !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-image-container {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #f2f3f4 !important;
}

body.wiz-marketplace-body .wiz-market-product-card .wiz-card-image-link,
body.wiz-marketplace-body .wiz-market-product-card .product-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-image {
    object-fit: cover !important;
    object-position: center top !important;
    transition: transform .28s ease, opacity .2s ease !important;
}

body.wiz-marketplace-body .wiz-market-product-card:hover .default-image {
    transform: scale(1.025) !important;
}

body.wiz-marketplace-body .wiz-market-product-card .hover-image {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
}

body.wiz-marketplace-body .wiz-market-product-card:hover .hover-image {
    opacity: 1 !important;
}

body.wiz-marketplace-body .product-card-badge {
    z-index: 4 !important;
    top: 8px !important;
    inset-inline-start: 8px !important;
    min-height: 25px !important;
    padding: 5px 8px !important;
    border-radius: 999px !important;
    font-size: 9px !important;
    font-weight: 950 !important;
}

body.wiz-marketplace-body .product-card-badge-red {
    background: #e94040 !important;
    color: #fff !important;
}

body.wiz-marketplace-body .product-card-badge-green {
    inset-inline-start: auto !important;
    inset-inline-end: 8px !important;
    background: #24262b !important;
    color: #fff !important;
}

body.wiz-marketplace-body .wiz-card-icon-button,
body.wiz-marketplace-body .wiz-card-add-button {
    position: absolute !important;
    z-index: 6 !important;
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
}

body.wiz-marketplace-body .wiz-card-icon-button svg,
body.wiz-marketplace-body .wiz-card-add-button svg {
    width: 20px !important;
    height: 20px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

body.wiz-marketplace-body .wiz-card-wishlist {
    top: 8px !important;
    inset-inline-end: 8px !important;
    border: 1px solid rgba(25, 27, 33, .08) !important;
    background: rgba(255, 255, 255, .92) !important;
    color: #2b2d32 !important;
    box-shadow: 0 5px 15px rgba(20, 23, 30, .10) !important;
}

body.wiz-marketplace-body .wiz-card-wishlist.is-active {
    color: #e33e48 !important;
}

body.wiz-marketplace-body .wiz-card-wishlist.is-active svg {
    fill: currentColor !important;
}

body.wiz-marketplace-body .wiz-card-add-button {
    bottom: 8px !important;
    inset-inline-end: 8px !important;
    border: 0 !important;
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(255, 90, 0, .28) !important;
}

body.wiz-marketplace-body .wiz-card-add-button.is-options {
    text-decoration: none !important;
}

body.wiz-marketplace-body .wiz-card-add-button.is-loading {
    opacity: .7 !important;
    pointer-events: none !important;
}

body.wiz-marketplace-body .wiz-card-stock-label {
    position: absolute !important;
    bottom: 8px !important;
    inset-inline: 8px !important;
    min-height: 28px !important;
    padding: 6px 8px !important;
    border-radius: 9px !important;
    background: rgba(29, 31, 36, .82) !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 9px !important;
    font-weight: 900 !important;
}

body.wiz-marketplace-body .wiz-market-product-card .card-body {
    display: flex !important;
    flex-direction: column !important;
    min-height: 139px !important;
    padding: 10px 10px 11px !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-seller {
    display: block !important;
    margin-bottom: 4px !important;
    color: #888b92 !important;
    font-size: 9px !important;
    font-weight: 750 !important;
    text-decoration: none !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-title {
    min-height: 38px !important;
    margin: 0 !important;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    font-weight: 850 !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-title a {
    color: #222329 !important;
    text-decoration: none !important;
}

body.wiz-marketplace-body .wiz-card-meta-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 22px !important;
    margin-top: 5px !important;
    color: #90939a !important;
    font-size: 9px !important;
}

body.wiz-marketplace-body .wiz-card-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    color: #3d3f44 !important;
}

body.wiz-marketplace-body .wiz-card-rating svg {
    width: 13px !important;
    height: 13px !important;
    fill: #ffad19 !important;
    stroke: #ffad19 !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-footer {
    margin-top: auto !important;
    padding-top: 6px !important;
    border: 0 !important;
}

body.wiz-marketplace-body .wiz-market-product-card .product-footer .price,
body.wiz-marketplace-body .wiz-market-product-card .product-footer .price-discounted,
body.wiz-marketplace-body .wiz-market-product-card .product-footer .product-price {
    color: var(--wiz-v5-accent) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
}

/* Cart: one-column delivery-app flow and a stable sticky checkout. */
body.wiz-cart-body {
    padding-bottom: 164px !important;
}

body.wiz-cart-body .wiz-cart-page-v3 {
    min-height: 100dvh !important;
    padding-bottom: 165px !important;
    background: var(--wiz-v5-bg) !important;
}

body.wiz-cart-body .wiz-cart-page-v3 .wiz-cart-content {
    width: 100% !important;
    padding: 0 11px 170px !important;
}

body.wiz-cart-body .wiz-cart-title-row {
    position: sticky !important;
    z-index: 25 !important;
    top: 0 !important;
    min-height: 67px !important;
    margin-inline: -11px !important;
    padding: 8px 12px !important;
    border-bottom: 1px solid var(--wiz-v5-line) !important;
    background: rgba(255, 255, 255, .97) !important;
    backdrop-filter: blur(18px) !important;
}

body.wiz-cart-body .wiz-cart-heading-copy h1 {
    margin: 1px 0 0 !important;
    font-size: 19px !important;
    font-weight: 950 !important;
}

body.wiz-cart-body .wiz-cart-heading-copy small,
body.wiz-cart-body .wiz-cart-count-label {
    color: var(--wiz-v5-muted) !important;
    font-size: 10px !important;
}

body.wiz-cart-body .wiz-delivery-location-card,
body.wiz-cart-body .wiz-cart-notice,
body.wiz-cart-body .wiz-cart-store,
body.wiz-cart-body .wiz-cart-coupon-card,
body.wiz-cart-body .wiz-cart-summary-card {
    border: 1px solid var(--wiz-v5-line) !important;
    border-radius: 20px !important;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(24, 27, 35, .05) !important;
}

body.wiz-cart-body .wiz-delivery-location-card {
    margin-top: 11px !important;
    min-height: 72px !important;
    padding: 11px 12px !important;
}

body.wiz-cart-body .wiz-cart-notice {
    margin-top: 9px !important;
    padding: 11px 12px !important;
    background: #fff8f3 !important;
    color: #68402d !important;
}

body.wiz-cart-body .wiz-cart-groups {
    display: grid !important;
    gap: 10px !important;
    margin-top: 10px !important;
}

body.wiz-cart-body .wiz-cart-store {
    overflow: hidden !important;
}

body.wiz-cart-body .wiz-cart-store-head {
    min-height: 66px !important;
    padding: 11px 12px !important;
    border-bottom: 1px solid #eff0f2 !important;
}

body.wiz-cart-body .wiz-cart-store-avatar {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
    background: var(--wiz-v5-accent-soft) !important;
    color: var(--wiz-v5-accent) !important;
}

body.wiz-cart-body .wiz-cart-items {
    padding: 0 12px !important;
}

body.wiz-cart-body .wiz-cart-item {
    display: grid !important;
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 13px 0 !important;
    border-bottom: 1px solid #eff0f2 !important;
}

body.wiz-cart-body .wiz-cart-item:last-child {
    border-bottom: 0 !important;
}

body.wiz-cart-body .wiz-cart-item-image {
    width: 92px !important;
    height: 112px !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    background: #f2f3f4 !important;
}

body.wiz-cart-body .wiz-cart-item-image img {
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
}

body.wiz-cart-body .wiz-cart-item-title {
    font-size: 13px !important;
    line-height: 1.45 !important;
}

body.wiz-cart-body .wiz-remove-cart-item {
    top: 0 !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    color: #bd3d45 !important;
}

body.wiz-cart-body .wiz-cart-item-price-row {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
}

body.wiz-cart-body .wiz-cart-item-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

body.wiz-cart-body .wiz-quantity-control {
    grid-template-columns: 38px 42px 38px !important;
    height: 40px !important;
    overflow: hidden !important;
    border: 1px solid #dfe0e4 !important;
    border-radius: 13px !important;
    background: #fff !important;
}

body.wiz-cart-body .wiz-quantity-control button,
body.wiz-cart-body .wiz-quantity-control input {
    min-height: 38px !important;
    border: 0 !important;
}

body.wiz-cart-body .wiz-cart-store-total {
    border-top: 1px solid #eff0f2 !important;
}

body.wiz-cart-body .wiz-cart-coupon-card,
body.wiz-cart-body .wiz-cart-summary-card {
    margin-top: 10px !important;
}

body.wiz-cart-body .wiz-cart-coupon-form button,
body.wiz-cart-body .wiz-submit-vendor-order {
    background: var(--wiz-v5-accent) !important;
    border-color: var(--wiz-v5-accent) !important;
}

body.wiz-cart-body .wiz-cart-checkout-bar {
    z-index: 1044 !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    width: min(100%, var(--wiz-v5-shell-width)) !important;
    min-height: 78px !important;
    padding: 10px 11px !important;
    border-top: 1px solid var(--wiz-v5-line) !important;
    background: rgba(255, 255, 255, .985) !important;
    box-shadow: 0 -10px 30px rgba(22, 25, 34, .10) !important;
    backdrop-filter: blur(20px) !important;
}

body.wiz-cart-body .wiz-cart-checkout-bar button {
    min-height: 56px !important;
    border: 0 !important;
    border-radius: 16px !important;
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    font-weight: 950 !important;
}

body.wiz-cart-body .wiz-cart-checkout-bar button:disabled {
    background: #c9cbd0 !important;
    box-shadow: none !important;
}

body.wiz-cart-body .wiz-cart-empty {
    min-height: calc(100dvh - 160px) !important;
    padding: 32px 22px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

body.wiz-cart-body .wiz-cart-empty > span {
    width: 86px !important;
    height: 86px !important;
    border-radius: 28px !important;
    background: var(--wiz-v5-accent-soft) !important;
    color: var(--wiz-v5-accent) !important;
}

body.wiz-cart-body .wiz-cart-empty a {
    min-height: 48px !important;
    padding: 13px 24px !important;
    border-radius: 14px !important;
    background: var(--wiz-v5-accent) !important;
    color: #fff !important;
    font-weight: 900 !important;
}

/* Vendor profile: Instagram visual grammar plus marketplace facts. */
body.wiz-profile-body .wiz-vendor-profile-page,
body.wiz-marketplace-body .wiz-vendor-profile-page {
    padding-bottom: 108px !important;
    background: #fff !important;
}

.wiz-vendor-profile-toolbar {
    position: sticky !important;
    z-index: 30 !important;
    top: 0 !important;
    min-height: 56px !important;
    border-bottom: 1px solid var(--wiz-v5-line) !important;
    background: rgba(255, 255, 255, .96) !important;
    backdrop-filter: blur(18px) !important;
}

.wiz-vendor-profile-card {
    padding: 15px 14px 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wiz-vendor-instagram-summary {
    grid-template-columns: 98px minmax(0, 1fr) !important;
    gap: 14px !important;
    align-items: center !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-avatar-wrap {
    width: 96px !important;
    height: 96px !important;
    padding: 3px !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #ff9e39, #ff5a00, #dd2978) !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-avatar {
    width: 90px !important;
    height: 90px !important;
    border: 3px solid #fff !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats > * {
    text-align: center !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats strong {
    display: block !important;
    color: #15161a !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 950 !important;
}

.wiz-vendor-instagram-summary .wiz-vendor-stats small {
    color: #6f7279 !important;
    font-size: 10px !important;
}

.wiz-vendor-profile-card .wiz-vendor-name-row {
    margin-top: 13px !important;
}

.wiz-vendor-profile-card .wiz-vendor-name-row h1 {
    font-size: 18px !important;
    font-weight: 950 !important;
}

.wiz-vendor-profile-card .wiz-vendor-bio {
    margin-top: 7px !important;
    color: #292a2f !important;
    font-size: 12px !important;
    line-height: 1.7 !important;
    white-space: pre-line !important;
}

.wiz-vendor-profile-card .wiz-vendor-actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 7px !important;
    margin-top: 12px !important;
}

.wiz-vendor-profile-card .wiz-vendor-action-primary,
.wiz-vendor-profile-card .wiz-vendor-action-secondary {
    min-height: 42px !important;
    border-radius: 11px !important;
    font-size: 11px !important;
    font-weight: 900 !important;
}

.wiz-vendor-profile-card .wiz-vendor-action-secondary {
    min-width: 82px !important;
    border: 1px solid #dedfe3 !important;
    background: #f6f6f7 !important;
    color: #24252a !important;
}

.wiz-vendor-highlights {
    padding: 8px 0 12px !important;
    border-top: 0 !important;
    border-bottom: 1px solid var(--wiz-v5-line) !important;
    background: #fff !important;
}

.wiz-vendor-horizontal-scroll {
    padding-inline: 12px !important;
    gap: 14px !important;
}

.wiz-vendor-highlight {
    flex: 0 0 68px !important;
    width: 68px !important;
}

.wiz-vendor-highlight > span {
    width: 62px !important;
    height: 62px !important;
    border: 2px solid var(--highlight-accent, var(--wiz-v5-accent)) !important;
    background: #fff !important;
    box-shadow: inset 0 0 0 3px #fff !important;
}

.wiz-vendor-highlight > strong {
    margin-top: 6px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 9px !important;
}

.wiz-vendor-content-tabs {
    position: sticky !important;
    z-index: 20 !important;
    top: 56px !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
}

.wiz-vendor-content-tabs a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}

.wiz-vendor-content-tabs svg {
    width: 19px !important;
    height: 19px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.8 !important;
}

.wiz-instagram-product-grid #productListResultContainer.row-product,
.wiz-instagram-product-grid .row-product {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 2px !important;
    margin: 0 !important;
}

.wiz-instagram-product-grid .col-product {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wiz-instagram-product-grid .wiz-market-product-card {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wiz-instagram-product-grid .wiz-market-product-card .product-image-container {
    aspect-ratio: 1 / 1 !important;
}

.wiz-instagram-product-grid .wiz-market-product-card .card-body {
    display: none !important;
}

.wiz-instagram-product-grid .wiz-card-wishlist {
    display: none !important;
}

.wiz-instagram-product-grid .wiz-card-add-button {
    width: 30px !important;
    height: 30px !important;
    bottom: 6px !important;
    inset-inline-end: 6px !important;
}

.wiz-instagram-product-grid .wiz-card-add-button svg {
    width: 16px !important;
    height: 16px !important;
}

/* Prevent fixed UI from obscuring the last content. */
body.wiz-marketplace-body .wiz-app-home,
body.wiz-marketplace-body #wrapper {
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
}

body.wiz-product-body .wiz-product-page,
body.wiz-cart-body .wiz-cart-page-v3 {
    padding-bottom: calc(178px + env(safe-area-inset-bottom)) !important;
}

@media (max-width: 699px) {
    html,
    body.wiz-marketplace-body {
        background: var(--wiz-v5-bg) !important;
    }

    body.wiz-marketplace-body {
        padding-top: 0 !important;
    }

    body.wiz-marketplace-body .wiz-app-header,
    body.wiz-marketplace-body #wrapper,
    body.wiz-marketplace-body .wiz-app-home,
    body.wiz-marketplace-body .wiz-bottom-nav {
        width: 100% !important;
        max-width: none !important;
        border-radius: 0 !important;
    }

    body.wiz-product-body .wiz-product-purchase-bar,
    body.wiz-cart-body .wiz-cart-checkout-bar {
        width: 100% !important;
        border-radius: 0 !important;
    }
}

@media (max-width: 390px) {
    body.wiz-product-body .wiz-product-purchase-bar {
        grid-template-columns: minmax(0, 1fr) 108px 45px !important;
        gap: 6px !important;
    }

    body.wiz-product-body .wiz-product-store-row {
        grid-template-columns: 42px minmax(0, 1fr) 18px !important;
    }

    body.wiz-product-body .wiz-product-store-open {
        display: none !important;
    }

    body.wiz-cart-body .wiz-cart-item {
        grid-template-columns: 82px minmax(0, 1fr) !important;
    }

    body.wiz-cart-body .wiz-cart-item-image {
        width: 82px !important;
        height: 104px !important;
    }

    .wiz-vendor-profile-card .wiz-vendor-actions {
        grid-template-columns: minmax(0, 1fr) auto !important;
    }

    .wiz-vendor-profile-card .wiz-vendor-action-secondary.is-whatsapp {
        grid-column: 1 / -1 !important;
    }
}

@media (min-width: 700px) {
    body.wiz-marketplace-body {
        padding-top: 18px !important;
    }

    body.wiz-marketplace-body .wiz-app-header {
        border-radius: 26px 26px 0 0 !important;
        overflow: visible !important;
    }

    body.wiz-marketplace-body #wrapper,
    body.wiz-marketplace-body .wiz-app-home {
        border-radius: 0 0 28px 28px !important;
        box-shadow: 0 24px 60px rgba(22, 26, 35, .14) !important;
    }

    body.wiz-product-body .wiz-product-purchase-bar,
    body.wiz-cart-body .wiz-cart-checkout-bar {
        bottom: 102px !important;
        border: 1px solid var(--wiz-v5-line) !important;
        border-radius: 20px !important;
        overflow: hidden !important;
    }

    body.wiz-marketplace-body .wiz-bottom-nav {
        bottom: 18px !important;
        border: 1px solid var(--wiz-v5-line) !important;
        border-radius: 22px !important;
    }
}
