/* Scoped styles for product page 18976 to match Live Sessions look */

/* Scope everything to page and main content to avoid header/footer */
.page-id-18976 #main {
    background: linear-gradient(135deg, #0d1024 0%, #101632 100%);
    color: #e6eef7;
}

.page-id-18976 #main .container {
    max-width: 1200px;
}

/* Typography to mirror Live Sessions */
.page-id-18976 #main h1,
.page-id-18976 #main h2,
.page-id-18976 #main h3,
.page-id-18976 #main h4 {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #ffffff;
    letter-spacing: 0.2px;
}

.page-id-18976 #main p,
.page-id-18976 #main li,
.page-id-18976 #main span,
.page-id-18976 #main a {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #cbd6e2;
}

/* Product wrapper */
.page-id-18976 #main .product-list.full-width {
    padding-top: 30px;
    padding-bottom: 60px;
}

.page-id-18976 #main .product.type-product {
    background: rgba(16, 22, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

/* Gallery */
.page-id-18976 #main .woocommerce-product-gallery {
    background: rgba(13, 16, 36, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-id-18976 #main .woocommerce-product-gallery__image img {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Summary card styled similar to session content */
.page-id-18976 #main .summary.entry-summary {
    background: linear-gradient(180deg, rgba(26, 32, 64, 0.7), rgba(16, 22, 50, 0.7));
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    padding: 32px;
}

.page-id-18976 #main .product_title.entry-title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 12px;
}

.page-id-18976 #main .price {
    display: flex;
    gap: 12px;
    align-items: baseline;
    margin-bottom: 18px;
}

.page-id-18976 #main .price del {
    color: #7c8aa0;
    opacity: 0.7;
}

.page-id-18976 #main .price ins {
    color: #00d2ff;
    text-decoration: none;
    font-weight: 800;
}

.page-id-18976 #main .woocommerce-product-details__short-description p {
    color: #cbd6e2;
}

/* CTA button styled like join-button */
.page-id-18976 #main .single_add_to_cart_button.button.alt {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    color: #ffffff !important;
    border: 0;
    border-radius: 12px;
    font-weight: 800;
    letter-spacing: 0.4px;
    text-transform: none;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0, 210, 255, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-id-18976 #main .single_add_to_cart_button.button.alt:hover {
    transform: translateY(-2px);
    box-shadow: 0 25px 60px rgba(0, 210, 255, 0.45);
}

.page-id-18976 #main .single_add_to_cart_button.button.alt:active {
    transform: translateY(0);
}

/* Quantity input */
.page-id-18976 #main .quantity .input-text.qty {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e6eef7;
    border-radius: 10px;
    padding: 10px 12px;
}

/* Tabs styled like session-tabs */
.page-id-18976 #main .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 24px;
    background: rgba(16, 22, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    overflow: hidden;
}

.page-id-18976 #main .wc-tabs {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 16px;
    margin: 0;
    background: rgba(13, 16, 36, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.page-id-18976 #main .wc-tabs li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    color: #cbd6e2;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.2s ease;
}

.page-id-18976 #main .wc-tabs li.active a,
.page-id-18976 #main .wc-tabs li a:focus,
.page-id-18976 #main .wc-tabs li a:hover {
    color: #ffffff;
    border-color: rgba(0, 210, 255, 0.25);
    background: linear-gradient(135deg, rgba(0,210,255,0.10), rgba(58,123,213,0.10));
}

.page-id-18976 #main .wc-tab.panel {
    padding: 28px;
    animation: fadeInUp 0.4s ease-out;
}

/* Reviews form elements */
.page-id-18976 #main .comment-form textarea,
.page-id-18976 #main .comment-form input[type="text"],
.page-id-18976 #main .comment-form select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e6eef7;
    border-radius: 10px;
}

.page-id-18976 #main .comment-btn {
    padding: 12px 22px;
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/* Related products grid */
.page-id-18976 #main .related.products {
    margin-top: 40px;
    background: rgba(16, 22, 50, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    padding: 24px;
}

.page-id-18976 #main .related.products h2 {
    margin-bottom: 16px;
}

.page-id-18976 #main .products.columns-4 li.product {
    background: rgba(13, 16, 36, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 14px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-id-18976 #main .products.columns-4 li.product:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 50px rgba(0, 210, 255, 0.15);
}

.page-id-18976 #main .products .button.add_to_cart_button {
    background: linear-gradient(135deg, #00d2ff 0%, #3a7bd5 100%);
    color: #fff;
    border-radius: 10px;
    border: none;
}

/* Sale badge */
.page-id-18976 #main .onsale {
    background: linear-gradient(135deg, #ff7a7a, #ff4444);
    color: #fff;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 800;
}

/* Animations reused from Live Sessions */
@keyframes fadeInUp {
    from { opacity: 0; transform: translate3d(0, 20px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Responsive */
@media (max-width: 1024px) {
    .page-id-18976 #main .summary.entry-summary { padding: 24px; }
    .page-id-18976 #main .wc-tab.panel { padding: 22px; }
}

@media (max-width: 768px) {
    .page-id-18976 #main .product_title.entry-title { font-size: 26px; }
    .page-id-18976 #main .wc-tabs { flex-wrap: wrap; }
}

@media (max-width: 480px) {
    .page-id-18976 #main .single_add_to_cart_button.button.alt { width: 100%; }
}


