/*
Theme Name: weSTART Agency WordPress Theme
Theme URI: https://westart.co.uk/
Description: The weSTART Agency WordPress Theme is a child theme of Hello Elementor, created by Elementor team.
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.woocommerce-product-gallery .flex-direction-nav li {
    pointer-events: all;
}

.woocommerce-product-gallery .flex-nav-prev { padding-left: 12px; }
.woocommerce-product-gallery .flex-nav-next { padding-right: 12px; }

.woocommerce-product-gallery .flex-direction-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    font-size: 0;
    cursor: pointer;
    position: relative;
    transition: background 0.2s, box-shadow 0.2s;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
    background: rgb(0, 174, 239);
    box-shadow: 0 2px 12px rgba(0, 174, 239, 0.35);
}

.woocommerce-product-gallery .flex-direction-nav a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: border-color 0.2s;
}

.woocommerce-product-gallery .flex-direction-nav a:hover::after {
    border-color: #fff;
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev::after {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.woocommerce-product-gallery .flex-direction-nav .flex-next::after {
    transform: translate(-70%, -50%) rotate(45deg);
}

/* WooCommerce product gallery — white background for transparent/landscape images */
.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image a,
.woocommerce-product-gallery .flex-viewport,
.woocommerce-product-gallery .flexslider {
    background-color: #fff;
}