/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


<?php
// Woodmart Child - functions.php


/* Mini cart MOQ notice */
.dm-mini-cart-moq {
    margin: 10px 0 14px;
    padding: 10px 12px;
    border: 1px solid #e6c97a;           /* soft amber */
    background: #fff8e6;                 /* very light yellow */
    border-radius: 8px;
    font-size: 13px;
    line-height: 1.45;
    color: #5f4b00;                      /* muted text */
}

/* Optional: small icon feel without being loud */
.dm-mini-cart-moq::before {
    content: "ℹ";
    display: inline-block;
    margin-right: 6px;
    font-weight: 600;
    color: #b08900;
}

/* Keep links calm if any appear */
.dm-mini-cart-moq a {
    color: inherit;
    text-decoration: underline;
}

