/*
Theme Name: Rivedil
Theme URI: https://bixily.com/
Template: astra
Author: Bixily
Author URI: https://nithinbuilds.in/
Description: The Rivedil Painting Theme is a premium, lightweight, and highly customizable WordPress theme designed specifically for painting services, wall texture specialists, decorative finish experts, interior design studios, and artisan wall art brands. Featuring a modern layout inspired by Rivedil’s unique artistic textures, the theme transforms ordinary pages into visually rich experiences—perfect for showcasing craftsmanship, luxury finishes, and before/after portfolios. Built with fast-loading code, mobile-first design, and clean structure, this theme works perfectly with Elementor and other visual builders. It offers pre-built painting service sections, gallery layouts, project showcases, color palettes, texture effect blocks, and call-to-action areas. Fully optimized for SEO, performance, and conversions, the theme is also WooCommerce-ready, enabling users to sell painting services, materials, or decorative products online. Ideal for professionals offering wall texturing, marble effects, stucco, metallic finishes, Italian paints, and premium decorative coatings.
Tags: custom-background, custom-logo, custom-menu, one-column, two-columns, left-sidebar, right-sidebar, e-commerce, featured-images, full-width-template, editor-style, theme-options, translation-ready, threaded-comments, rtl-language-support, portfolio, gallery, elementor, painting-services, creative, interior-design, decorative-paint, wall-texture
Version: 1.0.0.1763134279
Updated: 2025-11-14 15:31:19

*/

/* rivedil / rvd product grid styles - minimal & modern */

/* Grid wrapper (outer) uses .rvd-grid generated server-side */

/* Loader overlay for rvd-grid when .rvd-loading is present */

/* RVD Toast / Notice wrapper (clean & accessible) */
.rvd-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
  min-width: 240px;
  max-width: 360px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  display: none;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  font-weight: 600;
  font-size: 14px;
}

/* inner text */
.rvd-notice__text {
  flex: 1;
  line-height: 1.2;
  color: #fff;
}

/* link (view cart) */
.rvd-notice__link {
  display: inline-block;
  background: #fff;
  color: #111;
  padding: 6px 8px;
  border-radius: 8px;
  text-decoration: none;
  margin-left: 8px;
  font-weight: 700;
}

/* close button */
.rvd-notice__close {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  margin-left: 8px;
  padding: 6px;
  border-radius: 6px;
}
.rvd-notice__close:focus {
  outline: 2px solid rgba(255, 255, 255, 0.18);
}

/* show animation */
.rvd-notice--visible {
  display: flex;
  animation: rvd-toast-in 0.22s ease forwards;
}
@keyframes rvd-toast-in {
  from {
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* hide animation (fade+down) */
.rvd-notice--hide {
  animation: rvd-toast-out 0.18s ease forwards;
}
@keyframes rvd-toast-out {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(8px);
    opacity: 0;
  }
}

/* small responsive tweak */
@media (max-width: 480px) {
  .rvd-notice {
    left: 12px;
    right: 12px;
    bottom: 16px;
    max-width: calc(100% - 24px);
  }
}
