.mhfgfwc-gift-header{
font-size:15px;font-weight:700;margin-bottom:10px;padding:10px;
background:#f5f5f5;text-transform:uppercase;text-align:center;border-radius:4px
}
.mhfgfwc-gift-selector{
margin:20px 0;padding:10px;background:#f5f5f5;border-radius:4px
}  .mhfgfwc-gift-selector .mhfgfwc-grid{
display:grid;
gap:15px;
}  .mhfgfwc-gift-selector.mhfgfwc-cols-1 .mhfgfwc-grid{grid-template-columns:repeat(1,1fr)}
.mhfgfwc-gift-selector.mhfgfwc-cols-2 .mhfgfwc-grid{grid-template-columns:repeat(2,1fr)}
.mhfgfwc-gift-selector.mhfgfwc-cols-3 .mhfgfwc-grid{grid-template-columns:repeat(3,1fr)}
.mhfgfwc-gift-selector.mhfgfwc-cols-4 .mhfgfwc-grid{grid-template-columns:repeat(4,1fr)}
.mhfgfwc-gift-selector.mhfgfwc-cols-5 .mhfgfwc-grid{grid-template-columns:repeat(5,1fr)}
.mhfgfwc-gift-selector.mhfgfwc-cols-6 .mhfgfwc-grid{grid-template-columns:repeat(6,1fr)} .mhfgfwc-gift-item{
background:#fff;border-radius:4px;padding:10px;text-align:center
}
.mhfgfwc-gift-item .mhfgfwc-thumb img{
max-width:100%;height:auto;margin-bottom:10px;border-radius:4px
}
.mhfgfwc-gift-item .mhfgfwc-title{font-weight:700;margin-bottom:10px} :root{  }
.mhfgfwc-btn,
.mhfgfwc-gift-item .mhfgfwc-add-gift,
.mhfgfwc-gift-item .mhfgfwc-remove-gift{
box-sizing:border-box;
height:34px;    
white-space:nowrap;
display:inline-block;outline:0;font-weight:700;font-size:15px;line-height:16px;
text-align:center;letter-spacing:.01em;padding:8px 16px;
color:var(--mhfgfwc-btn-text,#fff);
border:var(--mhfgfwc-btn-border-size,2px) solid var(--mhfgfwc-btn-border,var(--accent-color,#0071a1));
background:var(--mhfgfwc-btn-bg, var(--accent-color,#0071a1));
text-decoration:none!important;cursor:pointer;
border-radius:var(--mhfgfwc-btn-radius,25px)
}
.mhfgfwc-gift-item .mhfgfwc-add-gift:disabled,
.mhfgfwc-gift-item .mhfgfwc-remove-gift:disabled{
background:#ccc;border-color:#ccc;color:#fff;cursor:not-allowed
} .mhfgfwc-disabled-rule{opacity:.5}
.mhfgfwc-disabled-rule .mhfgfwc-add-gift{pointer-events:none} .woocommerce .mhfgfwc-gift-section .mhfgfwc-grid{display:block!important}
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item{
display:grid;grid-template-columns:30% 70%;grid-auto-rows:auto;
grid-template-areas:"thumb title" "thumb button";
gap:5px 10px;margin-bottom:12px;text-align:left
}
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item .mhfgfwc-thumb{grid-area:thumb}
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item .mhfgfwc-thumb img{
width:70px;height:70px;object-fit:cover;margin:0
}
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item .mhfgfwc-title{
grid-area:title;font-weight:400;margin:0;align-self:center
}
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item .mhfgfwc-add-gift,
.woocommerce .mhfgfwc-gift-section .mhfgfwc-gift-item .mhfgfwc-remove-gift{
grid-area:button;justify-self:end;margin:0 10px 0 0;
height:32px;padding:6px 12px;font-size:13px }  .wc-block-cart-items .wc-block-cart-item:has(.mhfgfwc-badge) .wc-block-components-quantity-selector,
.wc-block-checkout__review-order .wc-block-cart-item:has(.mhfgfwc-badge) .wc-block-components-quantity-selector{
display:none!important
}
.mhfgfwc-is-gift .wc-block-cart-item__total .wc-block-components-product-price,
.mhfgfwc-is-gift .wc-block-cart-item__prices .wc-block-components-product-price,
.mhfgfwc-is-gift .wc-block-components-product-metadata__value{
display:none!important
} .mhfgfwc-fixed-qty{
display:inline-block;font-size:.9em;opacity:.75;margin-left:.35rem
}
.mhfgfwc-badge{
display:block;
margin-top:4px;
font-weight:700;
font-style:italic;
}
.mhfgfwc-block-badge{
font-size:.9em;
opacity:.85;
} .mhfgfwc-blocks-panel{width:100%;display:block} .mhfgfwc--checkout .mhfgfwc-grid{
display:grid;grid-template-columns:1fr;row-gap:12px
}
.mhfgfwc--checkout .mhfgfwc-gift-item{
display:grid;grid-template-columns:64px 1fr auto;align-items:center;
column-gap:12px;padding:8px 0;border-bottom:1px solid var(--wc-blocks-border,rgba(0,0,0,.06))
}
.mhfgfwc--checkout .mhfgfwc-gift-item:last-child{border-bottom:0}
.mhfgfwc--checkout .mhfgfwc-thumb img{
width:64px;height:64px;object-fit:cover;display:block
}
.mhfgfwc--checkout .mhfgfwc-title{font-weight:600;line-height:1.35}
.mhfgfwc--checkout .mhfgfwc-add-gift,
.mhfgfwc--checkout .mhfgfwc-remove-gift{
white-space:nowrap;margin-left:12px;height:32px;padding:0 12px;font-size:13px
} .mhfgfwc-show-gifts-toggle{
display:flex;justify-content:space-between;align-items:center;
text-decoration:none;font-size:18px;font-weight:500
}
.mhfgfwc-toggle-icon{line-height:1;font-size:16px}
.mhfgfwc-hidden{display:none}
.woocommerce-form-coupon-toggle.mhfgfwc-toggle{
padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee
} @media (max-width:600px){
.mhfgfwc-gift-selector .mhfgfwc-grid{grid-template-columns:1fr!important}
}
.mhfgfwc-add-gift.is-loading,
.mhfgfwc-remove-gift.is-loading {
opacity: 0.6;
pointer-events: none;
}