/*
Theme Name: Vater Child by Divi Extended
Theme URI: https://diviextended.com/divi-child-themes/
Description: A starter child theme for Divi, built with best practices. Generated with Divi Extended Child Theme Generator.
Author: Ukuyila
Author URI: https://elicus.com/
Template: Divi
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vater-child
Domain Path: /languages
*/

/* Generated with Divi Extended Child Theme Generator
   https://diviextended.com/divi-child-theme-generator/ */


/* ==========================================================================
   Global Styles
   General resets, box model, body defaults, links, and utility classes.
   ========================================================================== */

/* Add your global styles below */

.bc-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid #eee;
}

.bc-product-card__media {
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #fff;
}

.bc-product-card--attributes .bc-product-card__media {
	aspect-ratio: 1 / 1.5;
}

.bc-product-card--accessory .bc-product-card__media {
	aspect-ratio: 1 / 1.05;
}

.bc-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bc-product-card__body {
	flex: 1;
	padding: 14px 10px 10px;
	text-align: center;
}

.bc-product-card__title {
	margin: 0;
	font-size: 16px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
}

.bc-product-card__title a {
	color: inherit;
	text-decoration: none;
}

.bc-product-card__attributes {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.35;
	color: #666;
}

.bc-product-card__button {
	display: block;
	padding: 8px 10px;
	background: #395bb5;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}


/* ==========================================================================
   Typography
   Headings (h1-h6), paragraphs, blockquotes, lists, and font overrides.
   ========================================================================== */

/* Add your typography styles below */


/* ==========================================================================
   Header & Navigation
   Main header, logo, primary menu, mobile menu, top header bar.
   ========================================================================== */

/* Add your header styles below */


/* ==========================================================================
   Footer
   Footer widgets, footer menu, bottom bar, copyright area.
   ========================================================================== */

/* Add your footer styles below */


/* ==========================================================================
   Blog & Archive
   Blog listing, archive pages, category pages, search results, pagination.
   ========================================================================== */

/* Add your blog styles below */


/* ==========================================================================
   Single Post
   Post title, meta, featured image, content area, author box, related posts.
   ========================================================================== */

/* Add your single post styles below */


/* ==========================================================================
   Single Page
   Default page template, full-width page, landing pages.
   ========================================================================== */

/* Add your single page styles below */


/* ==========================================================================
   Sidebar & Widgets
   Widget areas, widget titles, default WordPress widgets, custom widgets.
   ========================================================================== */

/* Add your sidebar styles below */


/* ==========================================================================
   WooCommerce
   Shop page, product cards, single product, cart, checkout, my account.
   ========================================================================== */

/* Add your WooCommerce styles below */


/* ==========================================================================
   Divi Builder Overrides
   Section, row, column overrides. Module-specific style adjustments.
   ========================================================================== */

/* Add your Divi Builder overrides below */


/* ==========================================================================
   Buttons & CTAs
   Default buttons, Divi buttons, call-to-action elements, hover states.
   ========================================================================== */

/* Add your button styles below */


/* ==========================================================================
   Responsive / Media Queries
   Breakpoint-specific overrides for tablet and mobile.
   ========================================================================== */

/* Tablet (max-width: 980px) */
@media only screen and (max-width: 980px) {

}

/* Mobile (max-width: 767px) */
@media only screen and (max-width: 767px) {

}