/* LICENSE & DETAILS
   ==================================================

	Theme Name: Atelier Child Theme
	Theme URI: http://atelier.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress WooCommerce Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: atelier
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
	CHILD THEME CSS
-------------------------------------------- */

.woocommerce #breadcrumb{
display:none !important;
}

 
.woo-aux-options-wrap{
  display:none;
}

/* Press /press/ — WP 6.7+ injects sizes="auto" + contain-intrinsic-size:3000x1500
   on lazy srcset images. Blog logos have srcset so they inflate to full content
   width (one per row). Magazine covers have no srcset, so they still float. */
.page-id-17123 img.alignleft {
	contain-intrinsic-size: none;
	float: left;
	clear: none;
	display: inline;
	width: auto;
	max-width: 250px;
	height: auto;
	margin: 0 8px 12px 0;
}