/*
Theme Name: The Luxury Bed Child
Theme URI: https://theluxurybed.com/
Author: The Luxury Bed
Author URI: https://theluxurybed.com/
Description: Child theme for The Luxury Bed — extend and override the parent theme safely.
Template: theluxurybed
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: theluxurybed-child
*/

/* Gallery: keep thumb strip above jQuery Zoom’s .zoomImg (parent theme uses z-index: 2 on .zoomImg). */
.woocommerce-product-gallery .flex-control-thumbs,
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
.woocommerce-product-gallery .flex-direction-nav {
	position: relative;
	z-index: 6;
}

/**
 * Manual gallery slide mode (JS adds .tlb-gal-manual on interaction).
 * Overrides Flexslider + theme rules so exactly one main slide stays visible when switching breaks.
 */
.woocommerce-product-gallery.tlb-gal-manual .flex-viewport {
	overflow: visible !important;
}

.woocommerce-product-gallery.tlb-gal-manual .woocommerce-product-gallery__wrapper {
	transform: none !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	transition: none !important;
	width: 100% !important;
}

.woocommerce-product-gallery.tlb-gal-manual
	.woocommerce-product-gallery__wrapper
	> .woocommerce-product-gallery__image.tlb-gal-slide-hidden {
	display: none !important;
}

.woocommerce-product-gallery.tlb-gal-manual
	.woocommerce-product-gallery__wrapper
	> .woocommerce-product-gallery__image.tlb-gal-slide-active {
	display: block !important;
	float: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 2;
}

.woocommerce-product-gallery.tlb-gal-manual .tlb-gal-slide-active a,
.woocommerce-product-gallery.tlb-gal-manual .tlb-gal-slide-active img {
	opacity: 1 !important;
	visibility: visible !important;
}

/* Reviews: hide “Add a review” until .tlb-review-form-open (see tlb-product-reviews-toggle.js). */
.single-product #reviews #review_form_wrapper {
	display: none;
}

.single-product #reviews.tlb-review-form-open #review_form_wrapper {
	display: block;
}
