.single-product .woocommerce-product-gallery {
            position: relative !important;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-image-link {
            cursor: pointer;
            display: block;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-image-link img {
            transition: transform 160ms ease, filter 160ms ease;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-image-link:hover img,
        .single-product .woocommerce-product-gallery a.gsr-single-product-image-link:focus-visible img {
            filter: brightness(1.03);
            transform: translateY(-1px);
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-cover-link-overlay {
            position: absolute;
            z-index: 40;
            inset: 0;
            display: block;
            cursor: pointer;
            background: transparent;
            text-indent: -9999px;
            overflow: hidden;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover {
            position: absolute;
            z-index: 45;
            right: 16px;
            bottom: 16px;
            left: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            min-height: 42px;
            box-sizing: border-box;
            padding: 9px 14px;
            border: 1px solid rgba(255, 255, 255, 0.68);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.94);
            color: #3f3340;
            box-shadow: 0 14px 30px rgba(61, 42, 51, 0.18);
            font-size: 0.92rem;
            font-weight: 800;
            line-height: 1.15;
            text-align: center;
            text-decoration: none;
            opacity: 0;
            transform: translateY(8px);
            pointer-events: none;
            transition: opacity 160ms ease, transform 160ms ease, filter 160ms ease;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover::before {
            content: "Instagram";
            flex: 0 0 auto;
            padding: 4px 8px;
            border-radius: 999px;
            background: #d65c92;
            color: #fff;
            font-size: 0.74rem;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }
        .single-product .woocommerce-product-gallery:hover a.gsr-single-product-instagram-hover,
        .single-product .woocommerce-product-gallery:focus-within a.gsr-single-product-instagram-hover,
        .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover:focus-visible {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover:hover,
        .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover:focus-visible {
            color: #3f3340;
            filter: brightness(1.02);
        }
        .single-product .gsr-single-product-instagram-embed {
            width: min(100%, 420px);
            height: clamp(420px, 52vh, 520px);
            margin: 24px auto 32px;
            padding: 14px;
            box-sizing: border-box;
            overflow: hidden;
            border: 1px solid rgba(214, 92, 146, 0.18);
            border-radius: 24px;
            background: linear-gradient(180deg, rgba(255, 252, 248, 0.98), rgba(252, 239, 232, 0.94));
            box-shadow: 0 18px 36px rgba(84, 58, 68, 0.12);
        }
        .single-product .gsr-single-product-instagram-embed__label {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            margin: 0 0 10px;
            color: #44363f;
            font-size: 0.9rem;
            font-weight: 800;
            line-height: 1.2;
        }
        .single-product .gsr-single-product-instagram-embed__label::after {
            content: "Instagram";
            flex: 0 0 auto;
            padding: 4px 8px;
            border-radius: 999px;
            background: #d65c92;
            color: #fff;
            font-size: 0.68rem;
            letter-spacing: 0.02em;
            text-transform: uppercase;
        }
        .single-product .gsr-single-product-instagram-embed__frame {
            height: calc(100% - 32px);
            overflow: hidden;
            border-radius: 18px;
            background: #fff;
            box-shadow: inset 0 0 0 1px rgba(68, 54, 63, 0.06);
        }
        .single-product .gsr-single-product-instagram-embed iframe {
            display: block;
            width: 100%;
            min-height: 620px;
            border: 0;
            border-radius: 18px;
            background: #fff;
        }
        @media (hover: none) {
            .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover {
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
        }
        @media (max-width: 768px) {
            .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover {
                right: 10px;
                bottom: 10px;
                left: 10px;
                min-height: 38px;
                padding: 8px 10px;
                font-size: 0.82rem;
            }
            .single-product .woocommerce-product-gallery a.gsr-single-product-instagram-hover::before {
                font-size: 0.66rem;
                padding: 3px 7px;
            }
            .single-product .gsr-single-product-instagram-embed {
                width: min(294px, calc(100vw - 48px));
                height: 460px;
                margin-top: 16px;
                margin-bottom: 20px;
                padding: 10px;
                border-radius: 20px;
            }
            .single-product .gsr-single-product-instagram-embed__label {
                font-size: 0.82rem;
            }
            .single-product .gsr-single-product-instagram-embed__frame {
                height: calc(100% - 30px);
                border-radius: 15px;
            }
            .single-product .gsr-single-product-instagram-embed iframe {
                min-height: 560px;
                border-radius: 15px;
            }
            .single-product .gsr-eduki-mobile-cover-stack {
                display: flex !important;
                flex-direction: column !important;
                gap: 14px;
                overflow: visible !important;
            }
            .single-product .gsr-eduki-mobile-cover-stack .wp-block-woocommerce-product-image-gallery {
                order: 1;
                overflow: visible !important;
            }
            .single-product .gsr-eduki-mobile-cover-stack .wp-block-woocommerce-add-to-cart-form {
                order: 2;
                width: 100%;
                margin-top: 0 !important;
            }
            .single-product .gsr-eduki-mobile-cover-stack .wp-block-woocommerce-add-to-cart-form form.cart {
                display: block !important;
                width: 100%;
                margin: 0 0 0.35rem !important;
            }
            .single-product .gsr-eduki-mobile-cover-stack .wp-block-woocommerce-add-to-cart-form .single_add_to_cart_button,
            .single-product .gsr-eduki-mobile-cover-stack .wp-block-woocommerce-add-to-cart-form a.button {
                display: flex !important;
                align-items: center;
                justify-content: center;
                width: 100%;
                min-height: 46px;
                box-sizing: border-box;
                text-align: center;
                white-space: normal;
            }
        }
    
/*# sourceURL=gsr-single-product-image-link-inline-css */