html {
  outline: none !important;
}
@media (max-width: 767px) {
  .cta-btn .elementor-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 72px;
    padding: 16px 18px;
    line-height: 1.2;
  }
  .cta-btn .elementor-button-text {
    width: 100%;
  }
}
/* Hello Elementor – show cart product thumbnails on mobile */
@media (max-width: 767px){

  .woocommerce-cart .product-thumbnail,
  .woocommerce-cart .product-thumbnail a,
  .woocommerce-cart .product-thumbnail img{
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Size & spacing for stacked mobile layout */
  .woocommerce-cart .product-thumbnail img{
    max-width: 85px;
    height: auto;
    margin: 0 0 12px 0;
  }
}
@media (max-width: 767px){
  .woocommerce-cart .cart_item{
    display: flex;
    flex-direction: column;
  }
}
/* Hello Elementor – show checkout product thumbnails on mobile */
@media (max-width: 767px){

  /* Checkout order review thumbnails */
  .woocommerce-checkout .product-thumbnail,
  .woocommerce-checkout .product-thumbnail a,
  .woocommerce-checkout .product-thumbnail img,
  .woocommerce-checkout-review-order-table .product-thumbnail,
  .woocommerce-checkout-review-order-table .product-thumbnail img{
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Size & spacing */
  .woocommerce-checkout .product-thumbnail img,
  .woocommerce-checkout-review-order-table .product-thumbnail img{
    max-width: 55px;
    height: auto;
/* Shrink footer height */
.elementor-location-footer .e-con {
  min-height: auto !important;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* Lock social icons position */
.footer-icons {
  position: absolute;
  right: 40px;
  bottom: 30px;
}
/* HARD BLOCK Elementor editor UI on frontend */
body:not(.logged-in) .elementor-editor-active,
body:not(.logged-in) .elementor-editor-preview,
body:not(.logged-in) #elementor-editor,
body:not(.logged-in) .elementor-edit-area-active,
body:not(.logged-in) .elementor-overlay,
body:not(.logged-in) .elementor-context-menu {
  display: none !important;
}
/* MOBILE ONLY: stack social icons vertically */
@media (max-width: 767px){
  .footer-social .elementor-social-icons-wrapper,
  .footer-social .elementor-grid{
    display:flex !important;
    flex-direction:column !important;
    gap:16px !important;
    align-items:flex-end !important; /* right aligned */
  }

  .footer-social .elementor-social-icon{
    margin:0 !important;
  }
}

