/* Semac v0.12.6 — existing mobile tab navigation extended to desktop/tablet.
   No changes to catalogue, checkout or the shared photo-fitting rules. */
@media(min-width:768px){
  .semac-theme .semac-home-products .semac-product-tabs{margin-bottom:18px;}
  .semac-theme .semac-home-products .semac-home-products-heading,
  .semac-theme .semac-home-products .semac-product-tab-meta{display:none;}
  .semac-theme .semac-home-products .semac-product-tab-footer{
    display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;
    width:100%;box-sizing:border-box;margin-top:18px;padding:10px 14px;
    border:1px solid #d8e8dd;border-radius:14px;background:linear-gradient(135deg,#fff,#eff8f2);
    box-shadow:0 4px 14px rgba(0,70,31,.045);
  }
  .semac-theme .semac-home-products .semac-product-pagination{
    display:flex;align-items:center;gap:6px;min-width:0;
  }
  .semac-theme .semac-home-products .semac-product-pagination[hidden]{display:none!important;}
  .semac-theme .semac-home-products .semac-product-pagination button{
    display:inline-flex;align-items:center;justify-content:center;appearance:none;
    min-width:40px;width:40px;height:40px;min-height:40px;padding:0;margin:0;
    border:1px solid transparent;border-radius:10px;background:transparent;color:#29543b;
    font:700 14px/1 Arial,Helvetica,sans-serif;letter-spacing:0;text-transform:none;box-shadow:none;cursor:pointer;
  }
  .semac-theme .semac-home-products .semac-product-pagination button.semac-page-arrow{font-size:27px;font-weight:400;}
  .semac-theme .semac-home-products .semac-product-pagination button:hover{background:#e3f3e8;border-color:#c7e3d0;}
  .semac-theme .semac-home-products .semac-product-pagination button.is-current{background:#008f43;color:#fff;box-shadow:0 3px 8px #008f4320;}
  .semac-theme .semac-home-products .semac-product-pagination button:disabled{opacity:.35;cursor:default;box-shadow:none;}
  .semac-theme .semac-home-products .semac-product-footer-all{
    display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-left:auto;
    min-height:40px;padding:6px 14px;box-sizing:border-box;white-space:nowrap;
    border:1px solid #bfdec9;border-radius:10px;background:#fff;color:#086534;
    font:800 14px/1.25 Arial,Helvetica,sans-serif;text-decoration:none;
  }
  .semac-theme .semac-home-products .semac-product-footer-all .semac-icon{
    box-sizing:border-box;width:24px;height:24px;padding:5px;border-radius:50%;background:#008f43;color:#fff;
  }
  .semac-theme .semac-home-products .semac-product-footer-all:hover{background:#e4f5eb;}
  .semac-theme .semac-home-products .semac-product-page-message:not([hidden]){
    display:block;font-size:13px;line-height:1.5;margin:8px 2px 0;color:#405f4b;
  }
  .semac-theme .semac-home-products .semac-product-page-message.is-error{color:#a32942;}
  .semac-theme .semac-home-products .semac-products-tab-grid[aria-busy=true]{opacity:.5;pointer-events:none;}
  .semac-theme .semac-home-products .semac-products-tab-grid{scroll-margin-top:20px;transition:opacity .16s ease;}
  /* Same single stock indicator as on the approved phone homepage. */
  .semac-theme .semac-home-products .semac-products-tab-grid ul.products>li.product.outofstock::before{content:none!important;display:none!important;}
  .semac-theme .semac-home-products .semac-products-tab-grid li.product :is(.out-of-stock,.out-of-stock-notice,.out-of-stock-label,.outofstock-notice,.stock-out,.stockout,.sold-out,.soldout,.os-out-of-stock-notice,.semac-legacy-stock-label):not(.semac-agotado-link){display:none!important;}
  .semac-theme .semac-home-products .semac-products-tab-grid li.product .button.semac-agotado-link{
    color:#aa2941!important;background:#fff2f4!important;border-color:#edc2cc!important;
    box-shadow:none!important;cursor:pointer;pointer-events:auto;
  }
  .semac-theme .semac-home-products .semac-products-tab-grid li.product .button.semac-agotado-link:is(:hover,:focus-visible){color:#902039!important;background:#ffe5eb!important;border-color:#da91a3!important;}
}
/* Keep the four-column desktop layout. Incomplete final rows start at column 1. */
@media(prefers-reduced-motion:reduce){.semac-theme .semac-home-products .semac-products-tab-grid{transition:none;}}


/* v0.12.79 — full-width homepage product section, desktop ONLY.
 * Keep the existing four columns, 12 products, tabs, pagination and photo sizing.
 * Use percentage widths (not 100vw) so a scrollbar cannot push the page sideways.
 */
@media (min-width:1024px) {
  body.semac-theme #semac-main.semac-home .semac-home-products > .semac-container {
    width:calc(100% - 48px)!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  body.semac-theme #semac-main.semac-home .semac-home-products :is(
    .semac-product-tabs,
    .semac-product-tab-panels,
    .semac-product-tab-panel,
    .semac-products-tab-grid,
    .semac-product-tab-footer
  ) {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
  }
  body.semac-theme #semac-main.semac-home .semac-home-products .semac-products-tab-grid > .woocommerce,
  body.semac-theme #semac-main.semac-home .semac-home-products .semac-products-tab-grid ul.products {
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    float:none!important;
  }
}
