.page-header{display:none}aside#right-sidebar{display:none}/* ====================================== Pages → NO sidebar (full width) ====================================== */body.page .content-area{width:100% !important;margin:0 !important;padding:0 !important}/* ====================================== Single Product → NO sidebar ====================================== */body.single-product .content-area{width:100% !important;margin:0 !important;padding:0 !important}/* ================================================= WooCommerce Category / Shop → LEFT SIDEBAR ================================================= *//* Enable flex layout */body.woocommerce.archive #content,body.tax-product_cat #content,body.post-type-archive-product #content{display:flex;flex-direction:row}/* Sidebar on LEFT */body.woocommerce.archive #secondary,body.tax-product_cat #secondary,body.post-type-archive-product #secondary{order:1}/* Content on RIGHT */body.woocommerce.archive .content-area,body.tax-product_cat .content-area,body.post-type-archive-product .content-area{order:2}/* WooCommerce category/shop pages:sidebar width reduce */body.woocommerce.archive #secondary,body.tax-product_cat #secondary,body.post-type-archive-product #secondary{flex:0 0 22% !important;/* sidebar width (change 22% to 18-28%) */max-width:22% !important}/* Content will take remaining space */body.woocommerce.archive .content-area,body.tax-product_cat .content-area,body.post-type-archive-product .content-area{flex:0 0 78% !important;max-width:78% !important}.onsale{display:none !important}/* Custom Color Swatches - Rounded Buttons */.custom-color-swatches ul{list-style:none;padding:0;display:flex;gap:10px}.custom-color-swatches ul li{width:50px;/* Swatch size */height:50px;border-radius:50%;/* Circular shape */overflow:hidden;border:2px solid transparent;transition:0.3s ease-in-out;display:flex;align-items:center;justify-content:center}.custom-color-swatches ul li:hover{border:3px solid #000;/* Black border on hover */}/* Ensure the images inside swatches fit properly */.custom-color-swatches ul li img{width:100%;height:100%;object-fit:cover;/* Ensure proper fit */border-radius:50%;/* Maintain circular shape */display:block}/* Convert Checkboxes into Dropdown */.wc-pao-addon-group .wc-pao-addon-checkbox{display:none !important}.wc-pao-addon-group select{display:block !important;width:100%;padding:10px;border:1px solid #ddd;background:#fff;font-size:16px}/* Extra Product Images Container */.custom-extra-product-images{display:flex;flex-direction:column;gap:10px;margin-top:20px;max-width:350px;/* Adjust according to your design */position:absolute;left:0;top:0}/* Row of 2 images */.custom-extra-image-row{display:flex;gap:10px;justify-content:center}/* Individual Image */.custom-extra-image-item{flex:1;max-width:48%}.custom-extra-image-item img{width:100%;height:auto;border-radius:5px;cursor:pointer;transition:transform 0.3s ease}.custom-extra-image-item img:hover{transform:scale(1.05)}/* w */.woocommerce ul.products li.product li.category,.woocommerce ul.products li.product li.category a{display:none !important}.woocommerce ul.products li.product .woo-entry-inner li{margin-bottom:10px !important}body{overflow-x:hidden}/* Product Filter Css */.widget-title.wpc-filter-title{font-size:17px !important;font-weight:600 !important}.widget-title{border-color:#E58949 !important}/* Product Filter Css *//* Hide Meta description single product page Css */.product_meta{display:none}a.wishsuite-btn.wishsuite-button.wishsuite-shop-after_cart_btn.wishsuite-product-after_cart_btn{display:none}span.htcompare-button-area{display:none}/* Hide Meta description single product page Css *//* Product Size chart Button Css */button.button.md-size-chart-btn{background-color:black;color:white}/* Hide variation swatches on shop & category pages */.woocommerce ul.products .variations,.woocommerce ul.products .cfvsw-swatches-container{display:none !important}/* Make product link a relative container */.woocommerce ul.products li.product a{position:relative;display:block;overflow:hidden;height:auto;/* Maintain container height */}/* All product images */.woocommerce ul.products li.product a img{width:100%;/* Make images responsive */height:auto;/* Maintain aspect ratio */transition:opacity 0.35s ease;display:block}/* Second gallery image (hover image) */.woocommerce ul.products li.product a img:nth-child(2){position:absolute;top:0;left:0;width:100%;height:auto;/* Keep hover image same height as container */opacity:0}/* On hover:hide first image */.woocommerce ul.products li.product:hover a img:first-child{opacity:0}/* On hover:show second image */.woocommerce ul.products li.product:hover a img:nth-child(2){opacity:1}