/* =================================================================
   Vape Studio — WooCommerce Cyberpunk Skin
   Themes all WooCommerce pages (shop, product, cart, checkout, account)
   to match the cinematic dark-luxury design. Safe to edit.
   ================================================================= */

.vs-woo-wrapper {
    position: relative;
    z-index: 1;
    padding: 140px 24px 100px;
    min-height: 80vh;
}
.vs-woo-inner {
    max-width: 1280px;
    margin: 0 auto;
}

/* Page title */
.woocommerce .woocommerce-products-header__title,
.woocommerce-page h1.entry-title,
.woocommerce h1.product_title {
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 5vw, 3.5rem);
    background: linear-gradient(135deg, var(--purple, #a855f7), var(--cyan, #06b6d4));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
}

/* Product grid cards */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 18px !important;
    transition: transform 0.4s cubic-bezier(.2,.8,.2,1), box-shadow 0.4s, border-color 0.4s;
}
.woocommerce ul.products li.product:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.7);
    box-shadow: 0 20px 50px -10px rgba(168, 85, 247, 0.4),
                0 0 30px rgba(6, 182, 212, 0.15);
}
.woocommerce ul.products li.product img {
    border-radius: 14px;
    margin-bottom: 14px !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    color: #fff !important;
    letter-spacing: 0.04em;
}

/* Prices */
.woocommerce .price,
.woocommerce ul.products li.product .price {
    color: var(--cyan, #06b6d4) !important;
    font-family: 'Orbitron', sans-serif !important;
    font-weight: 800 !important;
    text-shadow: 0 0 12px rgba(6, 182, 212, 0.5);
}
.woocommerce .price del { opacity: 0.5; }
.woocommerce .price ins { text-decoration: none; }

/* Buttons */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    background: linear-gradient(135deg, var(--purple, #a855f7), var(--cyan, #06b6d4)) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 28px !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem !important;
    box-shadow: 0 0 24px rgba(168, 85, 247, 0.4);
    transition: transform 0.25s, box-shadow 0.25s;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 0 36px rgba(168, 85, 247, 0.7),
                0 0 18px rgba(6, 182, 212, 0.4);
}

/* Sale badge */
.woocommerce span.onsale {
    background: linear-gradient(135deg, #f43f5e, #a855f7) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 6px 14px !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.15em;
    box-shadow: 0 0 20px rgba(244, 63, 94, 0.5);
    min-height: auto !important;
    min-width: auto !important;
    line-height: 1 !important;
}

/* Single product layout */
.woocommerce div.product .product_title { margin-bottom: 14px; }
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 2rem !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 20px 0;
}
.woocommerce div.product form.cart .quantity input.qty {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 12px;
    color: #fff;
    padding: 12px;
    width: 80px;
}

/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid rgba(168, 85, 247, 0.3) !important;
    padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 1px solid rgba(168, 85, 247, 0.2) !important;
    border-radius: 12px 12px 0 0 !important;
    margin-right: 6px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: rgba(168, 85, 247, 0.15) !important;
    border-color: rgba(168, 85, 247, 0.6) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
    font-family: 'Rajdhani', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

/* Cart & Checkout tables */
.woocommerce table.shop_table {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(168, 85, 247, 0.25) !important;
    border-radius: 16px !important;
    overflow: hidden;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    color: #fff;
    border-color: rgba(168, 85, 247, 0.15) !important;
}
.woocommerce table.shop_table th {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

/* Form fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce-page form .form-row input.input-text {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(168, 85, 247, 0.3) !important;
    border-radius: 12px !important;
    color: #fff !important;
    padding: 12px 16px !important;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--purple, #a855f7) !important;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.2) !important;
    outline: none;
}
.woocommerce form .form-row label {
    color: rgba(255, 255, 255, 0.85) !important;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

/* Notices */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    background: rgba(168, 85, 247, 0.1) !important;
    border-top: 3px solid var(--purple, #a855f7) !important;
    color: #fff !important;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}
.woocommerce-message::before,
.woocommerce-info::before {
    color: var(--cyan, #06b6d4) !important;
}

/* Pagination */
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border-color: rgba(168, 85, 247, 0.3) !important;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--purple, #a855f7) !important;
    color: #fff !important;
}

/* Cart icon in nav */
.vs-cart-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #fff;
    text-decoration: none;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    transition: all 0.3s;
}
.vs-cart-link:hover {
    border-color: var(--purple, #a855f7);
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.5);
}
.vs-cart-count {
    background: var(--cyan, #06b6d4);
    color: #000;
    border-radius: 999px;
    min-width: 20px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    font-weight: 800;
    font-size: 0.7rem;
    padding: 0 6px;
}

/* Responsive */
@media (max-width: 768px) {
    .vs-woo-wrapper { padding: 110px 16px 60px; }
    .woocommerce ul.products li.product { padding: 12px !important; }
}
