/*
Theme Name: Machic Child
Description: Child theme of Machic, generated by Merlin WP.
Author: KlbTheme (Sinan ISIK) - http://themeforest.net/user/KlbTheme
Template: machic
Version: 1.5.5
*/

/* -------------------------------
   Custom CSS for Iframe & WooCommerce
---------------------------------*/

/* Hide header, footer, and navigation in iframe */
body.in-iframe header,
body.in-iframe footer,
body.in-iframe .site-navigation {
  display: none !important;
}

/* WooCommerce cart & checkout full width in iframe */
body.in-iframe .woocommerce-cart,
body.in-iframe .woocommerce-checkout {
  max-width: 100vw;
  margin: 0;
  padding: 0;
}

/* Vendor tour iframe embed */
.vendor-tour-embed iframe {
  width: 100%;
  height: 400px; /* default desktop height */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .vendor-tour-embed iframe {
    height: 300px; /* smaller height for mobile */
  }
}
