/* ═══════════════════════════════════════════════════════════
   PRODUCT DETAILS — Dark Glassmorphism Theme
   ═══════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════
   SC7 PDP — V2 Layout (Screenshot)
   ═══════════════════════════════════════════════════════════ */

.sc7-pdp-shell{
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(15, 20, 40, .42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.sc7-pdp-shell:before{
    content:"";
    position:absolute;
    inset:0;
    pointer-events:none;
    background:
        radial-gradient(1000px 600px at 8% 22%, rgba(0,217,146,.14), rgba(0,217,146,0) 60%),
        radial-gradient(900px 520px at 92% 18%, rgba(255,255,255,.06), rgba(255,255,255,0) 60%);
}

.sc7-pdp-shell{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
}

.sc7-pdp-left,
.sc7-pdp-right{
    position: relative;
    z-index: 1;
}

.sc7-pdp-left{
    padding: 54px 54px 44px;
}

.sc7-pdp-toprow{
    display:flex;
    align-items:center;
    gap: 14px;
    margin-bottom: 18px;
}

.sc7-pdp-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(0,217,146,.18);
    background: rgba(0,217,146,.08);
    display:flex;
    align-items:center;
    justify-content:center;
}
.sc7-pdp-icon img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0,0,0,.35));
}

.sc7-pdp-tag{
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--shop-green, #00d992);
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0,217,146,.20);
    background: rgba(0,217,146,.08);
}

.sc7-pdp-title{
    font-weight: 900;
    color: var(--shop-text, #e8ecf1);
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    margin: 0 0 14px;
}

.sc7-pdp-desc{
    margin: 0;
    color: var(--shop-muted, #8a94a6);
    line-height: 1.75;
    font-size: 14px;
    max-width: 62ch;
}

.sc7-pdp-right{
    padding: 28px;
    display:flex;
    align-items: stretch;
}

.sc7-pdp-checkout{
    width: 100%;
    border-radius: 18px;
    border: 1px solid rgba(0,217,146,.14);
    background: rgba(0,217,146,.06);
    padding: 22px;
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
}

.sc7-pdp-stock{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    border-radius: 999px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.22);
    color: var(--shop-text, #e8ecf1);
    font-weight: 600;
    font-size: 13px;
}
.sc7-pdp-stock b{ color: var(--shop-green, #00d992); font-weight: 900; }
.sc7-pdp-stock-dot{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--shop-green, #00d992);
    box-shadow: 0 0 0 4px rgba(0,217,146,.12);
}

.sc7-pdp-price{
    margin: 16px 0 14px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 950;
    color: var(--shop-green, #00d992);
    letter-spacing: -.02em;
}

.sc7-pdp-mini{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.sc7-pdp-mini-card{
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(0,0,0,.22);
    padding: 12px 12px;
}
.sc7-pdp-mini-k{
    color: var(--shop-muted, #8a94a6);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.sc7-pdp-mini-v{
    color: var(--shop-text, #e8ecf1);
    font-weight: 900;
    font-size: 13px;
}

.sc7-pdp-qty{
    display:grid;
    grid-template-columns: 46px 1fr 46px;
    gap: 10px;
    align-items:center;
    margin: 14px 0 16px;
}
.sc7-pdp-qty-btn{
    width: 46px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    color: var(--shop-text, #e8ecf1);
    font-weight: 900;
    font-size: 18px;
    cursor:pointer;
    transition: all .2s;
}
.sc7-pdp-qty-btn:hover{ border-color: rgba(0,217,146,.22); background: rgba(0,217,146,.06); color: var(--shop-green, #00d992); }
.sc7-pdp-qty-input{
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.18);
    color: var(--shop-text, #e8ecf1);
    font-weight: 900;
    text-align:center;
    outline: none;
    -moz-appearance: textfield;
}
.sc7-pdp-qty-input::-webkit-outer-spin-button,
.sc7-pdp-qty-input::-webkit-inner-spin-button{ -webkit-appearance:none; margin:0; }

.sc7-pdp-actions{
    display:grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.sc7-pdp-buy{
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, var(--shop-green, #00d992), rgba(0,217,146,.55));
    box-shadow: 0 16px 40px rgba(0,217,146,.18);
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    transition: transform .2s, box-shadow .2s, opacity .2s;
}
.sc7-pdp-buy:hover{ transform: translateY(-1px); box-shadow: 0 20px 50px rgba(0,217,146,.26); }
.sc7-pdp-buy:active{ transform: translateY(0) scale(.99); }
.sc7-pdp-buy:disabled{ opacity: .5; cursor:not-allowed; transform:none; box-shadow:none; }

.sc7-pdp-back{
    width: 100%;
    padding: 13px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.10);
    background: rgba(0,0,0,.14);
    color: var(--shop-text, #e8ecf1);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    text-decoration:none;
    transition: background .2s, border-color .2s;
}
.sc7-pdp-back:hover{ background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.16); }

/* Tabs bar (segmented pill) */
.sc7-pdp-tabsbar{
    margin: 18px 0 22px;
}
.sc7-pdp-tabs{
    border: 0 !important;
    display:grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 18px;
    background: rgba(15, 20, 40, .45);
    border: 1px solid rgba(255,255,255,.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.sc7-pdp-tab{
    border: 0 !important;
    border-radius: 14px !important;
    padding: 14px 14px !important;
    text-align:center;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: 13px;
    color: var(--shop-muted, #8a94a6) !important;
    background: transparent !important;
    transition: background .2s, color .2s;
}
.sc7-pdp-tab:hover{
    background: rgba(255,255,255,.04) !important;
    color: var(--shop-text, #e8ecf1) !important;
}
.sc7-pdp-tab.active{
    background: rgba(0,217,146,.10) !important;
    color: var(--shop-green, #00d992) !important;
}

@media (max-width: 991px){
    .sc7-pdp-shell{ grid-template-columns: 1fr; }
    .sc7-pdp-left{ padding: 34px 22px 20px; }
    .sc7-pdp-right{ padding: 0 22px 22px; }
}

/* ── Gallery ── */
.details-gallery { position: relative; }
.details-label-group { position: absolute; top: 16px; left: 16px; z-index: 2; display: flex; flex-direction: column; gap: 6px; }
.details-label { font-size: 12px; padding: 5px 12px; border-radius: 6px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; color: #fff; }
.details-label.off { background: linear-gradient(135deg, #ef4444, #dc2626); }
.details-label.new { background: linear-gradient(135deg, #00d992, #059669); }
.details-label.sale { background: linear-gradient(135deg, #f59e0b, #d97706); }
.details-label.feat { background: linear-gradient(135deg, #8b5cf6, #6d28d9); }
.details-label.rate { background: linear-gradient(135deg, #eab308, #ca8a04); }

.details-preview { margin-bottom: 12px; }
.details-preview li img { width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,.06); transition: border-color .3s; }
.details-preview li img:hover { border-color: rgba(0,217,146,.3); }
.details-thumb li { margin: 0 6px; cursor: pointer; }
.details-thumb li img { width: 100%; border-radius: 8px; border: 2px solid transparent; transition: border-color .3s; }
.details-thumb .slick-current img { border-color: var(--shop-green, #00d992); }

/* ── Product Content Card ── */
.details-content {
    padding: 28px;
    border-radius: 16px;
    background: rgba(15, 20, 40, .55);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 8px 32px rgba(0,0,0,.3);
}
.details-content:hover { border-color: rgba(0,217,146,.15); box-shadow: 0 12px 40px rgba(0,0,0,.4); }

.details-name { font-size: 24px; line-height: 1.3; margin-bottom: 8px; color: var(--shop-text, #e8ecf1); font-weight: 700; }
.details-name a { color: inherit; text-decoration: none; }
.details-name a:hover { color: var(--shop-green, #00d992); }

.details-meta { margin-bottom: 14px; display: flex; align-items: center; gap: 16px; }
.details-meta p { font-size: 13px; color: var(--shop-muted, #8a94a6); margin: 0; }
.details-meta span, .details-meta a { color: var(--shop-muted, #8a94a6); }

.details-rating { display: flex; align-items: center; gap: 4px; margin-bottom: 16px; }
.details-rating i { font-size: 14px; color: rgba(255,255,255,.15); }
.details-rating .active { color: #f59e0b; }
.details-rating a { margin-left: 8px; color: var(--shop-muted); font-size: 13px; }

.details-price { margin-bottom: 20px; }
.details-price del { color: #ef4444; margin-right: 16px; font-size: 16px; opacity: .7; }
.details-price span { color: var(--shop-green, #00d992); font-size: 28px; font-weight: 800; }

.details-desc { margin-bottom: 24px; color: var(--shop-muted, #8a94a6); line-height: 1.7; font-size: 14px; }

/* ── Share List ── */
.details-list-group { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.details-list-title { font-weight: 600; color: var(--shop-muted); font-size: 14px; }
.details-share-list { display: flex; gap: 8px; list-style: none; padding: 0; margin: 0; }
.details-share-list li a {
    width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
    font-size: 15px; color: var(--shop-muted, #8a94a6);
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06);
    transition: all .3s ease;
}
.details-share-list li a:hover { color: var(--shop-green); background: rgba(0,217,146,.1); border-color: rgba(0,217,146,.2); transform: translateY(-2px); }

/* ── Buy / Back Buttons ── */
.sc7-btn-buy {
    width: 100%; padding: 14px 24px; border-radius: 12px; border: none; cursor: pointer;
    font-size: 15px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    color: #fff; background: linear-gradient(135deg, #00d992, #059669);
    box-shadow: 0 4px 20px rgba(0,217,146,.25);
    transition: all .3s cubic-bezier(.16,1,.3,1);
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.sc7-btn-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,217,146,.35); }
.sc7-btn-buy:active { transform: translateY(0) scale(.98); }
.sc7-btn-buy:disabled { opacity: .5; cursor: not-allowed; transform: none; }

.sc7-btn-back {
    width: 100%; padding: 14px 24px; border-radius: 12px; border: 1px solid rgba(255,255,255,.08);
    font-size: 15px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase;
    color: var(--shop-muted, #8a94a6); background: rgba(255,255,255,.03);
    transition: all .3s ease; display: flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none;
}
.sc7-btn-back:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); color: var(--shop-text); }

/* ── Tabs ── */
.product-details-frame {
    padding: 32px;
    border-radius: 16px;
    margin-bottom: 24px;
    background: rgba(15, 20, 40, .45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.05);
    color: var(--shop-muted, #8a94a6);
}
.product-details-frame:last-child { margin-bottom: 0; }
.frame-title { margin-bottom: 24px; color: var(--shop-text); }

.tab-link {
    padding: 10px 20px; font-weight: 600; font-size: 14px; border-radius: 8px 8px 0 0;
    color: var(--shop-muted, #8a94a6) !important; background: transparent !important;
    border: 1px solid transparent !important; transition: all .3s;
}
.tab-link.active, .tab-link:hover {
    color: var(--shop-green, #00d992) !important;
    background: rgba(0,217,146,.06) !important;
    border-color: rgba(0,217,146,.15) !important;
    border-bottom-color: transparent !important;
}

/* ═══════════════════════════════════════════════════════════
   MODAL — Purchase View
   ═══════════════════════════════════════════════════════════ */

.modal-close {
    position: absolute; top: 16px; right: 16px; z-index: 20;
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.05); color: var(--shop-muted, #8a94a6);
    font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all .3s; backdrop-filter: blur(8px);
}
.modal-close:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }

.modal-close-mobile {
    display: none; width: 100%; padding: 10px; border: none; border-radius: 8px;
    background: rgba(255,255,255,.04); color: var(--shop-muted); font-size: 14px; font-weight: 600;
    cursor: pointer; margin-bottom: 12px; transition: background .3s;
}
.modal-close-mobile:hover { background: rgba(255,255,255,.08); }

.product-view { padding: 28px; }

/* ── View Details (left column in modal) ── */
.view-details { margin-bottom: 16px; }
.view-name { font-size: 20px; margin-bottom: 8px; color: var(--shop-text, #e8ecf1); font-weight: 700; }
.view-name a { color: inherit; text-decoration: none; transition: color .3s; }
.view-name a:hover { color: var(--shop-green); }

.view-meta { margin-bottom: 10px; }
.view-meta p { font-size: 13px; color: var(--shop-muted); margin: 0; }

.view-rating { display: flex; align-items: center; gap: 3px; margin-bottom: 12px; }
.view-rating i { font-size: 14px; color: rgba(255,255,255,.12); }
.view-rating .active { color: #f59e0b; }
.view-rating a { margin-left: 6px; color: var(--shop-muted); font-size: 13px; }

.view-price { margin-bottom: 16px; }
.view-price del { color: #ef4444; opacity: .7; margin-right: 12px; font-size: 15px; }
.view-price span { color: var(--shop-green, #00d992); font-size: 24px; font-weight: 800; }

.view-desc { font-size: 14px; line-height: 1.6; color: var(--shop-muted); margin-bottom: 16px; }

.view-list-group { display: flex; align-items: center; gap: 10px; }
.view-list-title { font-size: 13px; font-weight: 600; color: var(--shop-muted); }
.view-share-list { display: flex; gap: 6px; list-style: none; padding: 0; margin: 0; }
.view-share-list li a {
    width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center;
    font-size: 14px; color: var(--shop-muted);
    background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.06); transition: all .3s;
}
.view-share-list li a:hover { color: var(--shop-green); background: rgba(0,217,146,.08); border-color: rgba(0,217,146,.15); }

/* ── Hot Deal Card ── */
.card-hot-deal {
    padding: 14px 16px; border-radius: 10px; font-size: 13px;
    background: rgba(239, 68, 68, .06); border: 1px solid rgba(239, 68, 68, .12);
    color: var(--shop-muted); line-height: 1.8;
}
.card-hot-deal b { font-weight: 700; }

/* ── Purchase Form (right column in modal) ── */
.view-details .table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    border: 1px solid rgba(255,255,255,.06); border-radius: 12px; overflow: hidden;
    background: transparent !important;
}
.view-details .table td {
    padding: 14px 16px; border-bottom: 1px solid rgba(255,255,255,.05);
    color: var(--shop-muted, #8a94a6); font-size: 14px; vertical-align: middle;
    background: transparent !important;
}
.view-details .table tr:last-child td { border-bottom: none; }
.view-details .table tr:first-child td {
    background: rgba(0,217,146,.04) !important; text-align: center;
    color: var(--shop-green, #00d992); font-size: 13px; font-weight: 700;
    letter-spacing: .5px; text-transform: uppercase; padding: 12px 16px;
}
.view-details .table .text-right { text-align: right; }
.view-details .table .text-wallet { color: var(--shop-green, #00d992); font-weight: 700; }
.view-details .table .text-danger { color: #ef4444; }

/* ── Quantity Stepper ── */
.product-action { display: flex; align-items: center; gap: 0; }
.action-minus1, .action-plus1 {
    width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.04); color: var(--shop-muted, #8a94a6);
    font-size: 13px; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all .2s;
}
.action-minus1 { border-radius: 8px 0 0 8px; border-right: none; }
.action-plus1 { border-radius: 0 8px 8px 0; border-left: none; }
.action-minus1:hover, .action-plus1:hover { background: rgba(0,217,146,.08); color: var(--shop-green); }

.action-input {
    width: 64px; height: 38px; text-align: center; font-weight: 700; font-size: 15px;
    border: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.3);
    color: var(--shop-text, #e8ecf1); outline: none; -moz-appearance: textfield;
}
.action-input::-webkit-outer-spin-button,
.action-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ── Coupon Input ── */
.form-control-view-product {
    width: 100%; padding: 8px 14px; border-radius: 8px; font-size: 13px;
    border: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.2);
    color: var(--shop-text, #e8ecf1); outline: none; transition: border-color .3s;
}
.form-control-view-product::placeholder { color: rgba(255,255,255,.25); }
.form-control-view-product:focus { border-color: rgba(0,217,146,.3); }

/* ── Total Payment ── */
#into_money { color: var(--shop-text, #e8ecf1); font-weight: 700; }
#into_pay { color: var(--shop-green, #00d992) !important; font-weight: 800; font-size: 16px; }
#into_discount { color: #ef4444 !important; }
#into_price_vat { color: var(--shop-amber, #f59e0b); }

/* ── Buy / Login Button in Modal ── */
.btn-buy {
    width: 100%; padding: 14px; border-radius: 12px; border: none; cursor: pointer;
    font-size: 15px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase;
    color: #fff; background: linear-gradient(135deg, #00d992, #059669);
    box-shadow: 0 4px 20px rgba(0,217,146,.25);
    display: flex; align-items: center; justify-content: center; gap: 10px;
    transition: all .3s cubic-bezier(.16,1,.3,1);
}
.btn-buy:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,217,146,.35); }
.btn-buy:active { transform: translateY(0) scale(.98); }
.btn-buy:disabled { opacity: .5; cursor: not-allowed; transform: none; }

.view-add-group { margin: 20px 0 16px; }
.view-action-group { display: flex; align-items: center; }

/* ── Favorite Checkbox ── */
.input_favorite { display: none; }
.label_favorite {
    display: flex; align-items: center; gap: 10px; cursor: pointer; padding: 10px 16px;
    border-radius: 10px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06);
    color: var(--shop-muted); font-size: 14px; transition: all .3s; user-select: none;
}
.label_favorite svg { width: 20px; height: 20px; transition: all .3s; }
.label_favorite:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); }
.input_favorite:checked + .label_favorite { border-color: rgba(239,68,68,.3); background: rgba(239,68,68,.06); }
.input_favorite:checked + .label_favorite svg { color: #ef4444; fill: #ef4444; }
.label_favorite .action { display: flex; }
.label_favorite .option-1 { display: inline; }
.label_favorite .option-2 { display: none; }
.input_favorite:checked + .label_favorite .option-1 { display: none; }
.input_favorite:checked + .label_favorite .option-2 { display: inline; color: #ef4444; }

/* ═══════════════════════════════════════════════════════════
   SUCCESS VIEW (after purchase) — vp-* classes
   ═══════════════════════════════════════════════════════════ */
.vp-wrap { padding: 16px; }
.vp-card { padding: 20px; }
.vp-header { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 14px; }
.vp-check {
    width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
    background: rgba(0,217,146,.1); border: 2px solid rgba(0,217,146,.25);
    color: var(--shop-green, #00d992); font-size: 26px;
}
.vp-title { font-size: 20px; font-weight: 700; margin: 0; text-align: center; color: var(--shop-text, #e8ecf1); }
.vp-badge {
    display: inline-block; border-radius: 999px; padding: 5px 14px; font-size: 12px; font-weight: 600;
    background: rgba(0,217,146,.08); color: var(--shop-green, #00d992);
    border: 1px solid rgba(0,217,146,.18); margin: 6px auto 16px;
}
.vp-acc {
    border-radius: 10px; padding: 14px; max-height: 230px; overflow: auto;
    background: rgba(0,0,0,.3); border: 1px solid rgba(255,255,255,.06);
    font-family: 'JetBrains Mono', ui-monospace, monospace; font-size: 13px;
    white-space: pre-wrap; line-height: 1.6; color: var(--shop-text, #e8ecf1);
}
.vp-acc::-webkit-scrollbar { width: 6px; }
.vp-acc::-webkit-scrollbar-track { background: transparent; }
.vp-acc::-webkit-scrollbar-thumb { background: rgba(255,255,255,.1); border-radius: 3px; }

.vp-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.vp-btn {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    border: none; border-radius: 10px; height: 44px; font-weight: 600; font-size: 14px; cursor: pointer;
    transition: all .3s;
}
.vp-btn-primary { background: linear-gradient(135deg, #00d992, #059669); color: #fff; }
.vp-btn-primary:hover { box-shadow: 0 4px 20px rgba(0,217,146,.3); }
.vp-btn-info { background: rgba(14,165,233,.15); color: #38bdf8; border: 1px solid rgba(14,165,233,.2); }
.vp-btn-info:hover { background: rgba(14,165,233,.25); }
.vp-btn-ghost { background: rgba(255,255,255,.04); color: var(--shop-muted); border: 1px solid rgba(255,255,255,.06); }
.vp-btn-ghost:hover { background: rgba(255,255,255,.08); }

@media (min-width: 768px) {
    .vp-actions { flex-direction: row; }
    .vp-btn { flex: 1; }
}

/* ═══════════════════════════════════════════════════════════
   TABLE BORDERED (legacy support)
   ═══════════════════════════════════════════════════════════ */
.table-bordered { margin-bottom: 0; }
.table-bordered th, .table-bordered td { padding: 12px 20px; text-align: left; }
.table-bordered th { font-weight: 600; }

/* ── Product Navigation ── */
.product-navigation {
    margin-bottom: 20px; padding: 16px 20px; border-radius: 12px;
    background: rgba(15,20,40,.45); border: 1px solid rgba(255,255,255,.05);
    display: flex; align-items: center; justify-content: space-between;
}
.product-navigation li a { color: var(--shop-muted); transition: color .3s; }
.product-navigation li a:hover { color: var(--shop-green); }

/* ── Responsive ── */
@media (max-width: 1100px) {
    .modal-close { display: none !important; }
    .modal-close-mobile { display: flex; align-items: center; justify-content: center; gap: 8px; }
}
@media (max-width: 575px) {
    .details-content { padding: 20px; }
    .details-name { font-size: 20px; }
    .product-details-frame { padding: 20px; }
    .product-view { padding: 16px; }
    .view-name { font-size: 18px; }
}

ul { list-style-type: none; }
