/*
Theme Name: Auriane Child
Theme URI: https://auriane.jwsuperthemes.com
Template: auriane
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Auriane is a handcrafted jewelry for WordPress that has lots of pre-built store demos. This theme would work particularly well for stores selling high-end jewelry and other similar items. However, even if your inventory isn’t top tier, you can still use Auriane to give your jewelry store a premium look. As Auriane has been built around the popular Elementor page builder plugin, opening up the templates of the store demos and editing them through a drag-and-drop interface is very straightforward. This includes the product templates, giving you the option of displaying your items in the way that you want.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 3.2.8
Updated: 2023-02-22 08:44:36
*/

:root {
  --main: #a54201;
  --secondary: #f1e0d4;
  --third: #757575;
  --fourth: #25414e;
  --light: #ffffff;
  --dark: #000000;
  --heading: #040202;
  --body: #363636;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #040202;
  --btn-bgcolor2: #040202;
  --e-global-color-primary: #a54201;
  --e-global-color-secondary: #040202;
  --menu-color: #040202;
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

/* CSS */
.vintage-disclaimer {
  background: #f8f8f8;       /* light gray background */
  padding: 20px;
  border-radius: 6px;        /* rounded corners */
  font-family: Arial, sans-serif;
  max-width: 600px;          /* optional: keeps box tidy */
}

.vintage-disclaimer h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}

.vintage-disclaimer p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}
.elementor-swiper-button svg.e-font-icon-svg {
    width: 20px;
    height: 20px;
}

.woocommerce ul.products li.product img,
img.attachment-woocommerce_thumbnail {
    aspect-ratio: 3/4;
    width: 100%;
    height: auto;
    object-fit: cover;
}
