/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Description: Child theme for Hello Elementor
Author: Your Name
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/*.product-card-right .woocommerce-variation-price {
    display: none !important;
} */

.product-card-right .variations .reset_variations { display: none !important;}
.product-card-right .variations .label { padding: 0;}

.product-card-right label[for="onetime_purchase_radio"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px; margin-bottom: 15px; 
}

.product-card-right label[for="subscribe_purchase_radio"] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #ddd; margin-bottom: 15px; 
}

.product-card-right .subscription-single-options-w .price { font-size: 16px !important;}

p.custom-variation-price.onetime .subscription-details {
    display: none;
}

.single_variation_wrap .quantity:before {
    content: "Quantity";
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
}

.single-subscription-single-options .label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.product-card-right label[for="onetime_purchase_radio"] .highlited-price, .product-card-right label[for="subscribe_purchase_radio"] .highlited-price {
    display: block;
    display: block;
    margin-top: 4px;
}

.product-card-right span.small-txt { margin-left: 5px;}
.quantity button {
    background: #000;
    color: #fff;
    border: none;
}

li.product img {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.page-content > .woocommerce {
    display: flex;
    gap: 30px; margin-bottom: 25px;
}

.page-content > .woocommerce::before, .page-content > .woocommerce::after { display: none;}


/* ===== Navigation ===== */
.woocommerce-MyAccount-navigation {
    width: 260px;
    background: #28A8E0;
    border-radius: 12px;
    padding: 15px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 6px;
}

/* Links */
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s;
}

/* Hover + Active */
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
    background: #FFD107;
    color: #000;
}

/* Logout special */
.woocommerce-MyAccount-navigation-link--customer-logout a {
    background: rgba(255,255,255,0.2);
}

/* ===== Content ===== */
.woocommerce-MyAccount-content {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Headings */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #28A8E0;
    border-bottom: 3px solid #FFD107;
    padding-bottom: 6px;
}

/* Links */
.woocommerce-MyAccount-content a {
    color: #28A8E0;
    font-weight: 600;
}

.woocommerce-MyAccount-content a:hover {
    color: #FFD107;
}

/* ===== Buttons ===== */
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content input[type="submit"] {
    background: #28A8E0 !important;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    border: none;
}

.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
    background: #FFD107 !important;
    color: #000 !important;
}

.site-inner-banner {
    background: #000;
    padding: 75px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-inner-banner .student-banner {
    text-align: center;
    color: #fff;
    max-width: 1400px;
    padding: 0 15px;
    width: 100%;
}

.student-image {
    width: 150px;
    height: 150px;
    background: #fff;
    margin: -100px auto 0;
    transform: translate(0, 100%);
    border: 5px solid #ddd;
}

.student-suggested-products {
    padding: 100px 15px;
    max-width: 1000px;
    margin: 0 auto;
}

.student-suggested-products-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.student-suggested-product-item { flex: 0 0 50%; max-width: 50%; padding: 0 15px; margin-bottom: 45px; }
h2.student-suggested-products-title {
    margin-bottom: 30px;
}

.student-suggested-product-item .product-title { color: #A0471F; margin-bottom: 15px;}
.student-suggested-product-item  .graphic { border: 1px solid #000000; text-align: center; margin-bottom: 15px;}
.student-suggested-product-item .action .btn { background-color: #291608; padding: 8px 15px; color: #fff; display: inline-block; text-decoration: none; }

.student-suggested-product-item .action { margin-top: 25px;}
.student-suggested-products-w { padding-left: 15px; padding-right: 15px;}


/* students-grid 
=====================*/

.students-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 24px;
}

.students-grid .student-card {
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
  transition: transform .2s ease;
}

.students-grid .student-card:hover {
  transform: translateY(-4px);
}

.students-grid .student-link {
  text-decoration: none;
  color: inherit;
}

.students-grid .student-name {
  margin: 10px 0 5px;
}

.add-to-cart-btn {
    background: #000 !important;
    color: #fff !important;
    padding: 10px 15px !important;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .woocommerce {
        flex-direction: column;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
}