/* Label: Hidden Objects */

/* --------------------------------------------------------------
   HIDDEN OBJECTS
-------------------------------------------------------------- */

/* Hide headers, featured images, attributes list */
.attributes-list,
.page-id-456 .wp-post-image,
.woocommerce-products-header {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

/* Lookbook: hide thumbnail */
.page-id-6506 .rey-postMedia {
    display: none !important;
}

/* --------------------------------------------------------------
   SHIPPING METHODS (SHOW PRICE ONLY)
-------------------------------------------------------------- */

.shipped_via,
.woocommerce-checkout .woocommerce-shipping-methods li label {
    color: transparent !important;
    font-size: 0 !important;
}

.woocommerce-checkout .woocommerce-shipping-methods li label .woocommerce-Price-amount {
    font-size: 13px !important;
    font-weight: normal !important;
    color: #000 !important;
    opacity: 1 !important;
}

/* --------------------------------------------------------------
   GOOGLE RECAPTCHA BADGE
-------------------------------------------------------------- */

.grecaptcha-badge {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease-in-out !important;
}

.grecaptcha-badge:hover {
    visibility: visible !important;
    opacity: 1 !important;
}
