/*
Theme Name: Rockwell Child
Template: rockwell
Version: 1.0.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 575px) {


}

/* Hide shipping line ONLY for the digital course (Product ID 50579) */
.single-product.postid-50579 .product__delivery,
.single-product.postid-50579 .product-delivery,
.single-product.postid-50579 .shipping-info,
.single-product.postid-50579 .ready-to-ship,
.single-product.postid-50579 .free-shipping {
    display: none !important;
}

/* ===== Hide all shipping/delivery UI ONLY for the digital course (postid-50579) ===== */
.single-product.postid-50579 .ready-to-ship,
.single-product.postid-50579 .free-shipping,
.single-product.postid-50579 .shipping-info,
.single-product.postid-50579 .product__delivery,
.single-product.postid-50579 .product_delivery,
.single-product.postid-50579 .product-delivery,
.single-product.postid-50579 .delivery_info,
.single-product.postid-50579 .delivery-info,
.single-product.postid-50579 .shipping-delivery,
.single-product.postid-50579 .shipping_delivery,
.single-product.postid-50579 .product__shipping,
.single-product.postid-50579 .product_shipping {
  display: none !important;
}

/* Hide Shipping/Refund accordion sections (common Sellvia/Rockwell markup) */
.single-product.postid-50579 .product-tabs .shipping,
.single-product.postid-50579 .product-tabs .refunds,
.single-product.postid-50579 .tabs .shipping,
.single-product.postid-50579 .tabs .refunds,
.single-product.postid-50579 #tab-shipping,
.single-product.postid-50579 #tab-refunds,
.single-product.postid-50579 #shipping,
.single-product.postid-50579 #refunds {
  display: none !important;
}

/* Hide the green shipping line ONLY on product ID 50579 */
body.single-product.postid-50579 .info-shipping-cont {
  display: none !important;
}
