/*
Theme Name: Rkaylabel
Theme URI: https://wpastra.com/
Template: astra
Author: Rkaylabel
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.7.1776062194
Updated: 2026-04-13 06:36:34

*/


/* woolentor secondary image hover effect-start */
.woolentor-product-image a {
    display: block;
}

.woolentor-product-image img.secondary-image {
    pointer-events: none; /* important */
}

.woolentor-product-image {
    position: relative;
    overflow: hidden;
}

.woolentor-product-image img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.woolentor-product-image:hover img.secondary-image {
    opacity: 1;
}

/* woolentor secondary image hover effect-end */

/* astra secondary image hover effect-start */

.astra-shop-thumbnail-wrap {
    position: relative;
    overflow: hidden;
}

.astra-shop-thumbnail-wrap img.secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.astra-shop-thumbnail-wrap:hover img.secondary-image {
    opacity: 1;
}
.astra-shop-thumbnail-wrap img {
    transition: transform 0.4s ease;
}


/* woolentor secondary image hover effect-end */

/*.woo-variation-product-gallery {*/
/*    max-width: 100% !important;*/
/*    width: 100%;*/
/*}*/