/*
Theme Name: B&R Enclosures Child Theme
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: B&R Enclosures
Author URI: https://www.brenclosures.com.au/
Description: B&R Enclosures Child Theme for Twenty Twenty-Five
Version: 1.0
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Product Page */
:root {
    --responsive-container-width: 1203px;
}

/* Apply to all WordPress responsive containers */
@media (max-width: 1203px) {
    .wp-block-navigation:not(.has-modal-open) .wp-block-navigation__responsive-container.is-menu-open {
        display: block !important;
    }
  

  /* Target only columns set to stack on mobile */
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
  
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* Ensure text wraps normally */
  .wp-block-column {
    min-width: 0 !important;
    overflow-wrap: break-word !important;
  }
  
  .wp-block-column * {
    white-space: normal !important;
    word-break: break-word !important;
  }
  
  /* Keep buttons, badges, and small elements at reasonable width */
  .wp-block-button,
  .woocommerce-product-rating,
  .stock,
  .price {
    width: auto !important;
    max-width: 100% !important;
  }
  
}


.tabs-block,
.tabs-block .tab-content {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.tab-nav { 
    list-style: none; 
    display: flex; 
    cursor: pointer; 
    padding: 0;
    justify-content: flex-start;
}

.tab-nav li {
    padding: 5px 10px;
}

.tab-nav li.active {
    font-weight: bold; 
    border-bottom: 2px solid #da6227;
}

.tab-content { 
    display: none; 
    padding-top: 10px; 
}

.tab-content.active { 
    display: block; 
}


#download-pdf {
    text-decoration: underline;
    color: black;
}

#download-pdf:hover {
    cursor: pointer;

}

.hide-element {
    display: none;
}
#product-title {
    text-align: left !important;
    margin-left: 0 !important;
}

/* Product Group */
.productgrp-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;

}

.productgrp-grid {
  display: grid;
  grid-template-columns: repeat(5, 220px);
  gap: 20px !important;
}


.productgrp-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;

  display: block;
  position: relative;
  width: 200px;
  height: 400px;
  overflow: hidden;

  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.productgrp-sku {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 8px 0;
    text-transform: uppercase;
}


.productgrp-desc {
    font-size: 13px;
    line-height: 1.5;
    color: #444;
    margin-bottom: 12px;
    flex-grow: 1;
}


.productgrp-icons {
    font-size: 20px;
    color: #666;
    margin-top: auto;
}

.productgrp-gallery {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.productgrp-featured-image, .wp-block-post-featured-image {
    position: relative;
    width: 100%;
    min-height: 400px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: zoom-in;
    margin-bottom: 24px;
}

.product-grp-template .wp-block-post-featured-image :where(img){
    height: 500px;
}

.wp-block-post-featured-image :where(img):hover{
    cursor: default;
}

.productgrp-featured-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    transition: opacity .1s ease;
}

/*.productgrp-featured-image.zoom-active {
    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(var(--zoom, 2.5) * 100%);
    cursor: zoom-out;
}*/

.productgrp-featured-image.zoom-active img {
    opacity: 0;
}

.productgrp-image-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 10px;
    max-width: 450px;
    margin: 0 auto;
}

.productgrp-image {
    width: 100%;
    aspect-ratio: 1;
    height: auto;
    background: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.productgrp-image:hover {
    transform: translateY(-2px);
    border-color: #007bff;
    box-shadow: 0 8px 24px rgba(0, 123, 255, 0.15);
}

.productgrp-image.active {
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.2), 0 8px 24px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.productgrp-related {
    display: flex !important;
    flex-direction: column;

}
.productgrp-related img {
    width: 200px;
    height: auto;
}

.productgrp-related-spacer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 100px !important;
    text-align: center;
}


.productgrp-downloads {
  display: flex;
  align-items: center; 
  gap: 8px;
}
.productgrp-downloads i {
  font-size: 14px;
}

.productgrp-downloads a {
  margin-bottom: 20px;
}

.product-grp-template h2, .product-grp-template h3{font-weight:400;}
.product-grp-template .productgrp-information ul, .product-grp-template .productgrp-accessories ul{margin-top:10px;padding-left:15px;}
.product-grp-template .productgrp-information li, .product-grp-template .productgrp-accessories li{margin:0;}
.product-grp-template .productgrp-downloads a{margin-bottom:0;}
.product-grp-template .productgrp-downloads i{margin-right:10px;}
.product-grp-template .productgrp-accessories{margin:50px 0;}
.product-grp-template .productgrp-table th{padding-right: 30px;}
.product-grp-template .productgrp-table th:nth-child(1), .product-grp-template .productgrp-table th:nth-child(5) {min-width: 130px;}
.product-grp-template .productgrp-table td {border-top: 1px solid #efefef;}
.product-grp-template .productgrp-table-wrap{margin-bottom:50px;}
.product-grp-template .productgrp-information h3:nth-child(2){margin-top:20px;}

/* Product Filter */
.grid {
    display: grid;
    grid-template-columns: repeat(5, 220px);
    gap: 20px !important;
    margin: 20px 0;
}

.grid-card {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;

  display: block;
  position: relative;
  margin: 20px;
  width: 340px;
  height: 450px;
  overflow: hidden;

  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.grid-card-acc {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;

  display: block;
  position: relative;
  margin: 20px;
  width: 340px;
  height: 250px;
  overflow: hidden;

  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;

}

.grid-text {
  text-align: left;
  padding: 0 20px 10px 20px;
}


.grid-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.grid-card-acc:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.grid-image img {
    max-width: 200px;
    max-height: 200px;
    margin-bottom: 10px;
    scale: 130%;
    overflow: clip;
    text-align: center;
}

.grid-image img[src="https://dev.brenclosures.com/wp-content/uploads/B-and-R_Logo_CL_RGB_S_CorporateDivision-Greyed.png"] {
  scale: 80%;
}

.wc-block-components-product-image.wc-block-grid__product-image.wc-block-components-product-image--aspect-ratio-auto.grid-image.wp-block-woocommerce-product-image {
    text-align: center;
}


/* Product Page */
.single-product #product-features li{margin-bottom:5px;}
.single-product #product-features ul{padding-left:15px;}
.single-product #product-features li{list-style:inside;}
.single-product #product-features li:nth-child(odd){background-color:rgba(0,0,0,0.025);}

@media screen and (min-width: 1124px) {
.yith-wcan-filters-opener {
  display:none !important;
}
}



/* WordPress Accordion Tab Styles */
.accor-tab {
  margin-bottom: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  margin: 20px;
  padding: 0 20px;
}

.accor-tab:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.accor-tab summary {
  font-size: 1.5rem;
  font-weight: bold;
  list-style: none;
  padding: 15px;
}

.accor-tab summary::after {
    content: '+';
    float: right;
    font-size: 1.5rem;
    font-weight: bold;
}

/* Change to minus when open */
.accor-tab[open] summary::after {
    content: '−';
    font-size: 1.5rem;
}

.wp-block-woocommerce-accordion-panel:not([inert]) {
    margin-top: 20px !important;
}

/* Remove grey wrapper background around accordion content */
.wp-block-woocommerce-accordion-item,
.wp-block-woocommerce-accordion-panel {
  background: white !important;
  box-shadow: none !important;
}

.wp-block-woocommerce-accordion-header{
  background:#fff;
  padding: 18px 22px;
  border: 0;
}

/* Smooth expand/collapse for WooCommerce accordion */
.wp-block-woocommerce-accordion-panel{
  overflow: hidden;                 /* hide while animating */
  max-height: 0;
  opacity: 0;
  padding-block: 0;                 /* collapse vertical padding when closed */
  transition:
    max-height .35s ease,
    opacity .25s ease,
    padding-block .25s ease;
  will-change: max-height;
}

/* When an item is open, allow space and fade in */
.wp-block-woocommerce-accordion-item.is-open .wp-block-woocommerce-accordion-panel{
  max-height: 10000px;               /* big enough to fit your tallest panel */
  opacity: 1;
  padding-block: 22px;              /* match your panel’s top/bottom padding */
}

/* Accessibility: respect reduced-motion */
@media (prefers-reduced-motion: reduce){
  .wp-block-woocommerce-accordion-panel{
    transition: none;
  }
}

.br-cdn-gallery .br-thumb {
  aspect-ratio: 1024 / 640 !important;
}



/* Mega nav content */

.nav-container {
  display: flex !important;
}


/* Mega Menu */
.mega-content,
.mega-content * {
  margin: 0;
  padding: 0 !important;
}

#mega-1.mega-content h5.wp-block-heading,  #mega-1.mega-content h5.wp-block-heading a{
  margin-bottom: 10px;
  margin-top: 20px;  
  font-weight: 700;
  margin-bottom: 0;
}

.mega-content h5 {
  padding: 8px 0 !important;
}

.mega-content h5 a, .mega-content h5{
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

#mega-1 h5.wp-block-heading a {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px 0;
}

.mega-link.active {
  color: #DA6227 !important;
}

#mega-4 p a, #mega-3 p a {
  margin-left: 10px;
}

/* Header links */
.mega-link {
  margin: 0 !important;
  padding: 15px 25px !important;     /* adjust for taller header feel */
  color: #000 !important;            /* white text */
  background: #fff !important;       /* black background */
  border: none !important;           /* remove borders */
  display: block !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  gap: 0px !important;
}

.mega-nav {
  margin: 0;
  padding: 0;

}

/* Mega menu base (hidden by default) */
.mega-content {
  position: absolute !important;
  top: -22px !important;
  left: calc(74rem/2 - 100px) !important;
  max-width: 95vw !important;          /* responsive fallback (95% of screen) */
  transform: translateX(-50%) !important; /* center it under nav */
  background: #fff !important;
  border-top: 2px solid black !important;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  overflow: hidden !important;
  z-index: 9999 !important;

  /* Start collapsed + invisible */
  max-height: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;

  transition: max-height 1.5s ease, opacity 0.3s ease !important;
}

.mega-content.active {
  max-height: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  /*display: grid !important;
  grid-template-columns: repeat(3, 250px) !important; /* Exactly 3 columns */
  /*column-gap: 50px !important;
  padding: 20px 40px !important;
  width: fit-content !important;
  justify-content: start !important;
  justify-items: start !important;*/
}

#mega-1.mega-content.active {
  max-height: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  display: grid !important;
  grid-template-columns: repeat(3, 250px) !important; /* Exactly 3 columns */
  column-gap: 50px !important;
  padding: 0 40px 20px !important;
  width: fit-content !important;
  justify-content: start !important;
  justify-items: start !important;
}

#mega-2, #mega-3, #mega-4, #mega-5, #mega-6, #mega-7{padding: 10px 20px !important;} 
#mega-2 {
  left: calc(58rem/2 - 100px) !important;
}
#mega-3 {
  left: calc(77rem/2 - 100px) !important;
}
#mega-4 {
  left: calc(94rem/2 - 100px) !important;
}
#mega-5 {
  left: calc(122rem/2 - 100px) !important;
}
#mega-6 {
  left: calc(138rem/2 - 100px) !important;
}
#mega-7 {
  left: calc(143rem/2 - 100px) !important;
}


/* Paragraph items under subheadings */
.mega-content p {
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.0 !important;
  color: #444 !important;
  margin-bottom: 10px !important;
}

/* If paragraphs contain links */
.mega-content p a {
  display: block !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.2s ease;
  word-break: normal !important; 
}

.mega-content p a:hover {
  color: black !important;
  /*font-weight: 500 !important;*/
  text-decoration:underline !important;
}

/* Force navigation into a single row */
.wp-block-navigation__container {
  display: flex !important;
  flex-wrap: nowrap !important;   /* Prevent wrapping */
  justify-content: flex-start;    /* Or space-between/center if you want */
  white-space: nowrap !important; /* Prevent text from breaking */
  gap: 0px;
}

.wp-block-navigation__container a {
  white-space: nowrap !important; /* Keep each link together */
}

.mega-content-group .wp-block-group-is-layout-constrained{width:250px;}


/* Subheadings */
#mega1.mega-content h5 a {
  font-size: 14px !important;
  margin-bottom: 12px !important;
  font-weight: 400;
  color: #DA6227 !important;
  text-decoration: none !important;       /* remove default underline */
  border-bottom: 1px solid black !important; /* custom underline */
  padding-bottom: 4px !important;         /* space between text and underline */
  display: inline-block !important;       /* ensures underline respects padding */
  color: black !important;
}

.mega-content h5 a:hover {
  /*font-weight: 700 !important;*/
  text-decoration:underline;
}

/* Search for Yith */
.wp-block-search__button{
    padding-top:0 !important;
    padding-bottom:0 !important;
    padding-left:1rem;
    padding-right:1rem;
}

#wp-block-search__input-4{
    margin-bottom:0;
    padding-left:0.6rem;
    padding-right:0.6rem;
}

li.filter-item.checkbox{padding-left:0;}


/* Make all Add to Cart buttons black */
.single_add_to_cart_button {
    background-color: #000;
    color: #fff;
    border-width: 1px;
    border-color: #000;
    padding: 0.6em 3em;
    font-size: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

/* Hover state */
.single_add_to_cart_button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.add-request-quote-button {
  margin-left: none !important;
  margin-right: none !important;
}

form.cart .quantity {
  display: none !important;
}

.filters-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.yith-wcan-filter {
  flex: 1 1 calc(50% - 8px);
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  background: #fafafa;
  padding: 12px;
  box-sizing: border-box;
}

	
body .gform_wrapper .gform_footer input[type=submit] {
  background-color: #000 !important;
  border-color: #000;
  border-width: 2px !important;

}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #fff !important;
  color: #000 !important;

}

body #gform_wrapper_2 .gform_heading h2.gform_title {
    display: none !important;
}

body #gform_wrapper_2 .gform_heading h2.gform_title {
    display: none !important;
}


/* Alternate background for readability */
.wc-block-product-template.table-template > li:nth-child(even) {
  background-color: #fafafa;
}



.single-acc > * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /* optional: truncate long text */
  min-width: 0; /* ensures the grid item can shrink within available space */
}
.single-acc {
  align-items: center !important;
  margin-left: auto !important;
}

/* Product title = Column 1 */
.wp-block-product .wp-block-woocommerce-product-title {
    grid-column: 1 !important;
}

/* Product summary = Column 2 */
.wp-block-product .wp-block-woocommerce-product-summary {
    grid-column: 2 !important;
}

/* Add to quote button = Column 3 */
.wp-block-product .wp-block-woocommerce-product-add-to-cart-form-block,
.wp-block-product .ywraq-add-to-quote,
.wp-block-product .single-acc {
    grid-column: 3 !important;
    margin-left: auto !important;
    justify-self: end !important;
}

.woocommerce table.shop_attributes td {
  font-style: normal !important;

}

.download-items {
  padding-bottom: 10px;
  max-width: 400px; /* Container width */
  text-align:left;
  margin-left:20px;
}
.download-items .fa-solid.fa-download, .download-items .download-title {
  display: inline;
  margin-right: 20px;
}

.download-links {
  margin-bottom: 15px;
}

.wp-block-details a.add-request-quote-button.button{
    background-color:#777 !important;
    border-color:#777 !important;
    padding:0.5rem 1rem;
}
.yith_ywraq_add_item_browse_message, .yith_ywraq_add_item_product_message {
  font-size: 90%;
}
.woocommerce-product-details__short-description p, .acc-row.accessory-item h4{margin:5px 0;}
.acc-row.accessory-item{padding-left:10px;padding-right:10px;}
.acc-row.accessory-item:nth-child(odd){background-color:rgba(0,0,0,0.025);}
.acc-row.accessory-item h4{padding-top:10px;}
a.add-request-quote-button.button{margin-top:0.5rem !important;}
.yith_ywraq_add_item_browse_message{text-decoration:underline;}

/* Or with specific sizes */
.acc-row {
    display: grid;
    grid-template-columns: 1fr 5fr 3fr; /* First column is 2x wider */
    gap: 20px;
    /*margin-bottom: 20px;*/
}

/* Hide Details block if no content */
details:empty,
.wp-block-details:empty {
    display: none !important;
}

/* Hide if only has summary but no content */
details:has(> summary:only-child) {
    display: none !important;
}

/* Request Quote Customisation */
.ywraq-form-table-wrapper.wide form#yith-ywraq-form{margin-right:50px;}
#yith-ywraq-form .update-list-wrapper .after-table-right .button, #yith-ywraq-form .update-list-wrapper input.button, #gform_submit_button_2{
  margin-right: 20px;
  width: 120px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  transition:background 0.3s, color 0.3s;
  color: #fff;
  padding: 5px 10px;
  display:inline-block;
}
#yith-ywraq-form .update-list-wrapper input.button{width: 180px;}
#yith-ywraq-form .update-list-wrapper .after-table-right .button:hover, #yith-ywraq-form .update-list-wrapper input.button:hover, #gform_submit_button_2:hover{
  background:transparent;
  color:#000;
  cursor: pointer;
}




/* ========== Responsive (Mobile) Styles ========== */
/* Tablets (1024px and below) and Mobile */
@media screen and (max-width: 1124px) {

.wp-container-core-group-is-layout-918fe6ec {
    flex-wrap: nowrap;
    justify-content: space-between;
}
  
  /* Hide desktop mega menu completely on tablet/mobile */
  .mega-content {
    display: none !important;
  }
  
  .mega-content.active {
    display: none !important;
  }

  
  /* Hide the navigation container by default on tablet/mobile */
  .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__container {
    display: none !important;
  }
  
  /* Only show navigation when menu is opened */
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap !important;
    white-space: normal !important;
  }
  
  /* Stack menu links vertically */
  .mega-link {
    width: 100% !important;
    text-align: left !important;
    padding: 12px 20px !important;
  }
  
  /* Remove the nowrap on mobile */
  .wp-block-navigation__container a {
    white-space: normal !important;
  }
  
  /* Ensure hamburger button is visible */
  .wp-block-navigation__responsive-container-open {
    display: flex !important;
  }


}

@media screen and (max-width: 1395px) {
   .contact-info-nav {
    display: none !important;
   }
}

@media screen and (max-width: 768px) {
    .not-mobile{display:none;}
    .mobile-only{display:block;}
    
  .productgrp-grid {
    display: grid;
    grid-template-columns: repeat(2, 220px);
    gap: 20px !important;

  }

  .grid-card {
    width: 90%;     /* Take most of the screen width */
    height: auto;   /* Let height grow naturally */
    margin: 10px 0;
    gap: 10px;
  }
  
  footer .wp-block-group.is-horizontal {
  flex-direction: column;
  gap: 3rem;
  }
  footer .copyright p{padding-left:0 !important;padding-right:0 !important;}
  
  #main-header, main {
  padding-left: 20px !important;
  padding-right: 20px !important;
  }
  h1{
      padding-left:0 !important;
      padding-right:0 !important;
      font-size: 1.5rem;
  }
  p{
      font-size:16px;
  }
  .woocommerce div.product div.images.br-cdn-gallery{
      width:100%;
  }
    .woocommerce-product-attributes tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }
  .woocommerce-product-attributes th,
  .woocommerce-product-attributes td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .woocommerce-product-attributes th {
    margin-bottom: 0.25rem;
  }
  details.wp-block-details {
  padding-left: 0 !important;
  padding-right: 0 !important;
  }
  .woocommerce-product-attributes-item__label {
  width: 100% !important;
  font-size: 130%;
  }
  .woocommerce-product-attributes-item__value p {
  padding: 0 8px 8px 8px !important;
  }
  .product-features li {
  padding-left: 5px !important;
  list-style-position: outside !important;
  margin-left: 10px;
  font-size:16px;
  }
  .download-items a {
  font-size: 24px;
  display: inline-block;
  padding-top: 0;
  }
  .acc-row.accessory-item{
      grid-template-columns: 1fr !important;
      row-gap: 0.25rem !important;
      padding: 10px 0 !important;
  }
  .cattag {
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  }
  
  .wc-block-product-template__responsive.columns-3{grid-template-columns: 1fr !important;}
  .wc-block-product-template__responsive li{padding-left:0 !important;}
  .wc-block-product .grid-card{width:100%;}
  .wc-block-product .grid-text p {width: 100%;}
  .yith-wcan-filters.filters-modal .main-modal-button{font-size:150%;background-color:#eee;}

}
