@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 0;
}

img.attachment-woocommerce_single.size-woocommerce_single {
	
    border: 0;
}

.coupon {
	gap: 5px
}

/* input {
    margin-top: 10px;
} */

.wp-block-button .wp-block-button__link {
	background: #000;
}

.doNoShow {
	display: none
}

.wp-block-group.alignfull.has-black-background-color.has-background.is-layout-constrained.wp-container-core-group-is-layout-4.wp-block-group-is-layout-constrained{
	height: 1000px!important;
}

ul.tabs.wc-tabs {
    display: none;
}

div#tab-description {
    font-size: large;
    font-family: 'Cormorant Garamond';
		padding: 0;
	margin: 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 0;
}

/* Reset the min-height of mega menu image height wrapper */
.mega-sub-menu .wc-block-featured-category {
    min-height: 200px !important;
	  max-height: 200px !important;
	  max-width: 250px !important;
	  min-width: 250px !important;
}

/* 
 * Hides SKU data on product page
 */
.product_meta, p.woocommerce-shipping-destination, a.shipping-calculator-button {
	display: none;
	
}

.single-product .related.products {
	clear: both;
}

a.button.wc-forward {
	background: #f7f7f7 !important;;
	color: #000 !important;
}

/* Woo Button Styling */
.afrfq_update_quote_btn,
.woocommerce a.button, .woocommerce button.single_add_to_cart_button, .woocommerce button[name="add-to-cart"], .woocommerce button[type="submit"]:not(.wp-block-search__button), .woocommerce input[name="submit"] {
/*   padding: 12px; */
  padding: 10px 10px 12px 10px;
  background-color: #000 !important;
  color: #FFF !important;
	border-width: 0px;
}

/* change the product title font in shop page */
.woocommerce ul.products li.product h2.woocommerce-loop-product__title 	{
    font-family: "Cormorant Garamond" !important;
}

/* change the shop page title font  */
.woocommerce .woocommerce-products-header h1.page-title{
   font-family: "Cormorant Garamond" !important;
}

.wp-block-image figcaption {
	font-size: large;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    min-height: 150px !important;
    min-width: 150px !important;
}

ul.products.columns-4 {
    margin: 0px;
}

section.related.products {
    /* margin: 0px; */
    padding: 75px 0px 0px 0px;
}

a.remove.remove-cart-item.remove-quote-item {
    font-size: xxx-large;
    text-decoration: none;
}

select#pa_size {
	border-width: 2px
}

.input-text {
    padding: 10px;
    font-size: x-large;
	  border-width: 2px;
}

div.af_quote_fields input[type="text"], div.af_quote_fields input[type="email"], div.af_quote_fields input[type="time"], div.af_quote_fields input[type="date"], div.af_quote_fields input[type="datetime-local"], div.af_quote_fields select, div.af_quote_fields textarea {
    width: 130%;
    font-size: medium;
    padding: 10px;
	  border-width: 2px;
}

span.select2-selection.select2-selection--single {
    padding: 10px;
	  border-width: 2px;
}

a.button.wc-backward {
    display: none;
}

bdi {
    font-size: x-large;
}

/* Add black border around buttons */
.button,
.wc-forward {
    border: 2px solid black !important;
}

.woocommerce-page form .input-text {
    border: 2px solid var(--wp--preset--color--black);
    border-radius: 0;
}


/* Place add to cart button on same line as quantity */
.woocommerce div.product form.cart button.single_add_to_cart_button {
  display: inline-block;
  vertical-align: middle;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    margin: 0 !important;
}


:where(.wp-site-blocks) > * {
    margin-block-start: 0rem;
}

div#wcps-container-2106 {
	min-width: 95%;
	max-width: 100%;
}
div#wcps-2106-track {
    height: 30rem;
}

div#wcps-container-2642 {
	min-width: 95%;
	max-width: 100%;
}

a:link {
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

.contact-form label.checkbox-multiple span {
/*     color: #FFF !important; */
    opacity: 1;
    font-size: 100%;
    font-weight: 400;
}

.wp-block-jetpack-slideshow_button-pause {
	display: none !important;
	
}

.wp-block-jetpack-slideshow_button-prev {
	left: 0px !important;
}

.wp-block-jetpack-slideshow_button-next {
	right: 0px !important;
} 

.hide-this-element {
	display: none
}
/* Product Grid Alignment Fix – Desktop + Mobile */
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px; /* spacing between items */
  align-items: start;
  justify-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px; /* optional – keeps grid centered */
}

/* Each product card */
.product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}

/* Image wrapper */
.product-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

/* Product title */
.product-card h3,
.product-card .product-title {
  font-size: 1.05rem;
  font-weight: 500;
  margin: 10px 0 6px;
}

/* Product description line */
.product-card .product-description {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
  min-height: 36px; /* keeps lines even if text shorter */
  margin-bottom: 10px;
}

/* Price */
.product-card .product-price {
  font-size: 0.95rem;
  color: #111;
  margin-top: auto; /* pushes price to bottom evenly */
}

/* ✅ Mobile tweak for perfect centering and smaller columns */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    justify-items: center;
    padding: 0 10px;
  }

  .product-card img {
    max-width: 90%;
    margin: 0 auto 15px;
  }

  .product-card h3 {
    font-size: 1rem;
  }
}
/* === ALLISON QUAID PRODUCT GRID FIX (WooCommerce + Blocks) === */
/* 1) Make the product list a proper grid */
.woocommerce ul.products,
.wc-block-grid__products,
.wp-block-post-template.is-flex-container {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
  align-items: stretch;
  justify-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

