/** WooCommerce homepage Shop section. */
.lsm-shop-section{background:var(--section-bg,#fff);color:var(--shop-text-color,#5b6473)}
.lsm-shop-container{width:min(calc(100% - 40px),var(--shop-container-width,1240px));margin-inline:auto}
.lsm-shop-heading h2,.lsm-shop-product-card h3,.lsm-shop-product-card h3 a{color:var(--shop-title-color,#111)}
.lsm-shop-heading p{color:var(--shop-text-color,#5b6473)}
.lsm-shop-grid{display:grid;grid-template-columns:repeat(var(--shop-columns,4),minmax(0,1fr));gap:var(--shop-gap,22px)}
.lsm-shop-product-card{display:flex;flex-direction:column;min-width:0;min-height:var(--shop-card-min-height,410px);overflow:hidden;background:var(--shop-card-bg,#fff);border:1px solid var(--shop-card-border,#e6e8ec);border-radius:var(--shop-card-radius,12px);box-shadow:0 12px 32px rgba(13,28,55,.06);transition:transform .2s ease,box-shadow .2s ease}
.lsm-shop-product-card:hover{transform:translateY(-3px);box-shadow:0 17px 38px rgba(13,28,55,.11)}
.lsm-shop-product-media{position:relative;display:block;height:var(--shop-image-height,250px);overflow:hidden;background:#f5f6f8}
.lsm-shop-product-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.lsm-shop-product-card:hover .lsm-shop-product-media img{transform:scale(1.035)}
.lsm-shop-sale-badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:#d90429;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em}
.lsm-shop-product-body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:var(--shop-card-padding,18px)}
.lsm-shop-product-category{display:block;margin-bottom:7px;color:var(--lsm-secondary,#ef233c);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.lsm-shop-product-category a{color:inherit}
.lsm-shop-product-card h3{margin:0 0 10px;font-size:clamp(16px,1.35vw,20px);line-height:1.22}
.lsm-shop-product-card h3 a{text-decoration:none}
.lsm-shop-rating{min-height:18px;margin-bottom:8px}
.lsm-shop-rating .star-rating{float:none;margin:0;color:#f4a000}
.lsm-shop-price{margin:2px 0 15px;color:#111111;font-size:18px;font-weight:800}
.lsm-shop-price del{margin-right:5px;color:#7c8490;font-size:.82em;font-weight:500;opacity:.8}
.lsm-shop-price ins{text-decoration:none}
.lsm-shop-product-button{display:inline-flex;align-items:center;justify-content:center;margin-top:auto!important;padding:11px 17px!important;border:0!important;border-radius:7px!important;background:var(--shop-button-bg,#172d61)!important;color:var(--shop-button-color,#fff)!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;text-decoration:none!important;text-transform:uppercase;transition:background .2s ease,color .2s ease,transform .2s ease}
.lsm-shop-product-button:hover,.lsm-shop-product-button:focus{background:var(--shop-button-hover-bg,#0d224f)!important;color:var(--shop-button-hover-color,#fff)!important;transform:translateY(-1px)}
.lsm-shop-product-button.added:after{margin-left:7px;content:'✓'}
.lsm-shop-product-card .added_to_cart{display:inline-flex;align-items:center;justify-content:center;margin-top:9px;padding:10px 16px;border:1px solid #c10303;border-radius:7px;background:#c10303;color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:12px;font-weight:800;line-height:1.2;text-decoration:none;text-transform:uppercase}.lsm-shop-product-card .added_to_cart:hover,.lsm-shop-product-card .added_to_cart:focus{background:#920000;border-color:#920000;color:#fff!important;-webkit-text-fill-color:#fff!important}
@media(max-width:980px){.lsm-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.lsm-shop-container{width:min(calc(100% - 28px),var(--shop-container-width,1240px))}.lsm-shop-grid{grid-template-columns:1fr}.lsm-shop-product-media{height:max(210px,calc(var(--shop-image-height,250px) * .9))}.lsm-shop-product-card{min-height:auto}}
