/*
Theme Name: PNG Vanilla
Author: Dimonius
Description: A premium PNG Vanilla theme.
Version: 1.0
Text Domain: bonsai
*/


        :root {
            --vanilla-black: #1a1a1a;
            --vanilla-gold: #c5a059;
            --jungle-green: #2d3e34;
            --earth-white: #f9f7f2;
        }
        body {
            font-family: 'Montserrat', sans-serif;
            background-color: var(--earth-white);
            color: var(--vanilla-black);
        }
        h1, h2, h3, .serif {
            font-family: 'Prata', serif;
        }
        .hero-gradient {
            background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('https://www.pngvanillacompany.com/wp-content/uploads/slider1.jpg');
            background-size: cover;
            background-position: center;
        }
nav .bg-header {
	background-image: url('/wp-content/uploads/Ink-Art-Vanilla.jpg');
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .1;
	background-position: center;
	z-index: -1;
}
        .nav-link {
            position: relative;
            transition: color 0.3s;
        }
        .nav-link::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1px;
            bottom: -2px;
            left: 0;
            background-color: var(--vanilla-gold);
            transition: width 0.3s;
        }
        .nav-link:hover::after {
            width: 100%;
        }
        .mega-menu {
            display: none;
            perspective: 1000px;
        }
        .group:hover .mega-menu {
            display: block;
            animation: slideUp 0.3s ease-out;
        }
        @keyframes slideUp {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .btn-gold {
            background-color: var(--vanilla-gold);
            color: white;
            transition: all 0.3s;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
        }
        .btn-gold:hover {
            background-color: #b38f4d;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(197, 160, 89, 0.3);
        }
        .tropical-border {
            border-bottom: 3px solid var(--vanilla-gold);
            display: inline-block;
            padding-bottom: 8px;
        }
        .product-card img {
            transition: transform 0.5s ease;
        }
        .product-card:hover img {
            transform: scale(1.05);
        }


.product .shopify-buy__product-img-wrapper {
	overflow: hidden;
}
.product .shopify-buy__product__variant-img {
	transition-property: all !important;
	transition-duration: .7s !important;
	transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
}
.product .shopify-buy__product-img-wrapper:hover .shopify-buy__product__variant-img {
	--tw-scale-x: 1.1 !important;
	--tw-scale-y: 1.1 !important;
	transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1) !important;
}
.product .shopify-buy-frame--product {
	padding-left: 0 !important;
}
.shopify-buy__product__variant-selectors {
	display: none;
}
.shopify-buy__btn-wrapper {
	display: none;
}
.product .cake_text {
	padding: 0 !important;
	text-align: left;
	margin-bottom: 1rem;
}
.product .woocommerce-loop-product__title {
	font-family: ui-serif,Georgia,Cambria,Times New Roman,Times,serif !important;
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
.product .cake_bottom {
	display: flex;
	justify-content: space-between;
}
.product .shopify-buy__product__price {
	font-family: ui-sans-serif,system-ui,sans-serif;
	color: #8C7851;
	font-weight: 500;
	line-height: initial;
	white-space: nowrap;
	letter-spacing: .05em;
	font-size: 16px;
	margin-bottom: 0;
}
.product .details-button {
	padding-bottom: 0 !important;
	margin-top: auto;
}
.product .details-button p {
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 10px;
	border-bottom-width: 1px;
	border-color: rgb(26,26,26);
	padding-bottom: 0.25rem !important;
	margin-top: 0 !important;
}