.altec-product-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.altec-product-wrapper .woocommerce-product-gallery {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.altec-product-wrapper .woocommerce-product-gallery:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

.altec-product-wrapper .woocommerce-product-gallery img {
    border-radius: 16px;
    transition: transform 0.4s ease;
}

.altec-product-wrapper .woocommerce-product-gallery:hover img {
    transform: scale(1.02);
}

.altec-product-wrapper .product .woocommerce-product-gallery__wrapper {
    border-radius: 16px;
}

.altec-product-wrapper .product .summary .product_title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 8px;
}

.altec-product-wrapper .product .summary .sku_wrapper {
    display: inline-block;
    background: #f5f5f5;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.altec-product-wrapper .product .summary .price {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #F5C518;
    background: linear-gradient(135deg, #FFF9E6 0%, #FFF3CC 100%);
    padding: 12px 20px;
    border-radius: 12px;
    display: inline-block;
    margin: 16px 0;
    border: 2px solid #F5C518;
}

.altec-product-wrapper .product .summary .price del {
    color: #999;
    font-size: 1.2rem;
    margin-right: 8px;
}

.altec-product-wrapper .product .summary .price ins {
    text-decoration: none;
    color: #F5C518;
}

.altec-product-wrapper .product .summary .woocommerce-product-details__short-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin: 20px 0;
    padding: 16px;
    background: #fafafa;
    border-radius: 12px;
    border-left: 4px solid #F5C518;
}

.altec-product-wrapper .product .summary form.cart {
    margin: 24px 0;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.altec-product-wrapper .product .summary form.cart .quantity {
    margin-right: 12px;
}

.altec-product-wrapper .product .summary form.cart .quantity input.qty {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    width: 70px;
    height: 52px;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    transition: border-color 0.2s ease;
}

.altec-product-wrapper .product .summary form.cart .quantity input.qty:focus {
    border-color: #F5C518;
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.15);
}

.altec-product-wrapper .product .summary form.cart .single_add_to_cart_button {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #F5C518;
    color: #1a1a1a;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(245, 197, 24, 0.3);
    min-height: 52px;
}

.altec-product-wrapper .product .summary form.cart .single_add_to_cart_button:hover {
    background: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(245, 197, 24, 0.4);
}

.altec-product-wrapper .product .summary form.cart .single_add_to_cart_button:active {
    transform: translateY(0);
}

.altec-product-buttons {
    margin-top: 16px;
}

.altec-whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #25D366;
    color: #fff;
    padding: 16px 32px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.3);
    text-decoration: none;
    min-height: 52px;
}

.altec-whatsapp-button:hover {
    background: #20bd5a;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
    color: #fff;
    text-decoration: none;
}

.altec-whatsapp-button:active {
    transform: translateY(0);
}

.altec-whatsapp-button svg {
    flex-shrink: 0;
}

.altec-product-wrapper .product_meta {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.altec-product-wrapper .product_meta > span {
    display: block;
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #666;
}

.altec-product-wrapper .product_meta > span strong {
    color: #333;
    font-weight: 600;
}

.altec-product-wrapper .product_meta > span a {
    color: #F5C518;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.altec-product-wrapper .product_meta > span a:hover {
    color: #e6b800;
}

.altec-product-wrapper .woocommerce-tabs {
    margin-top: 48px;
    padding: 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.altec-product-wrapper .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 8px;
    border-bottom: 2px solid #eee;
    padding-bottom: 0;
    margin-bottom: 24px;
}

.altec-product-wrapper .woocommerce-tabs ul.tabs li {
    margin: 0;
    padding: 0;
}

.altec-product-wrapper .woocommerce-tabs ul.tabs li a {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    color: #666;
    padding: 12px 20px;
    border: none;
    border-bottom: 3px solid transparent;
    transition: all 0.2s ease;
    text-decoration: none;
}

.altec-product-wrapper .woocommerce-tabs ul.tabs li a:hover {
    color: #F5C518;
}

.altec-product-wrapper .woocommerce-tabs ul.tabs li.active a {
    color: #1a1a1a;
    border-bottom-color: #F5C518;
}

.altec-product-wrapper .woocommerce-tabs .panel {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}

.altec-product-wrapper .woocommerce-tabs .panel h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.altec-product-wrapper .related.products {
    margin-top: 64px;
    padding-top: 32px;
    border-top: 2px solid #f5f5f5;
}

.altec-product-wrapper .related.products > h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 32px;
    text-align: center;
}

@media (max-width: 768px) {
    .altec-product-wrapper .product .summary .product_title {
        font-size: 1.6rem;
    }
    
    .altec-product-wrapper .product .summary .price {
        font-size: 1.6rem;
        padding: 10px 16px;
    }
    
    .altec-product-wrapper .product .summary form.cart .single_add_to_cart_button,
    .altec-whatsapp-button {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }
    
    .altec-product-wrapper {
        padding: 20px 16px;
    }
}
