/**
Theme Name: Pomaria
Author: Web Legends
Author URI: https://weblegends.ca/
Description: We Help You Stand Out Online and Achieve Your Business Goals
We help your business get noticed online and reach more customers. Our services are made to help you achieve your goals and grow in the digital world
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pomaria
Template: astra
*/
/* Layout */
.fmf-archive {max-width:1200px;margin:0 auto;padding:24px 16px;}
.fmf-archive__header {margin-bottom:12px;}
.fmf-archive__title {font-size:48px; line-height:1.1; margin:8px 0;}
.fmf-archive__subtitle {color:#6b7280; margin-bottom:18px;} /* grey-500 */

/* Filters row */
.fmf-filters {display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:space-between; margin-bottom:24px;}
.fmf-select {display:flex; flex-direction:column; gap:6px;}
.fmf-select > span {font-size:14px; color:#6b7280;}
.fmf-select select,
.fmf-orderby select {
  appearance:none; padding:10px 14px; border:1px solid #e5e7eb; border-radius:8px; background:#fff; min-width:180px;
}
.fmf-orderby {margin-left:auto;}

/* Grid */
ul.products {display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
@media (max-width:1024px){ ul.products {grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ ul.products {grid-template-columns:1fr;} }

/* Card */
.fmf-card {list-style:none; background:#fff; border-radius:16px; overflow:hidden; border:1px solid #f3f4f6;}
.fmf-card__thumb {display:block; background:#fafafa; overflow:hidden;}
.fmf-card__thumb img {width:100%; height:100%; object-fit:contain;}
.fmf-card__meta {padding:16px; text-align:center;}
.fmf-card__price .price {display:block; color:#6b7280; margin-bottom:6px;}
.fmf-card__title {font-size:18px !important; margin:0 0 12px !important;}
.fmf-card__title a {text-decoration:none; color:#111827; font-size: 1.3rem;}
.button.button-outline {
  display:inline-block; padding:10px 18px; border:2px solid #111827; border-radius:999px; background:#fff; color:#111827; text-decoration:none;
}
.button.button-outline:hover {background:#111827; color:#fff;}

.woocommerce ul.products li.product .price {
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

.woocommerce-js ul.products li.product a img {
    margin: 0 !important;
}

.fmf-card__cta a {
    background-color: white !important;
    border: 1px solid black !important;
    color: black !important;
    border-radius: 28px !important;
    text-transform: none !important;
}

.fmf-card__cta a:hover {background:#fee000; color:black;}

@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-heading-display: flex !important;
    }
}
