/* AYLA PRODUCT DESIGN v3 — clean white product cards, 4-column desktop */
body .ayla-products-section{width:min(calc(100% - 48px),1320px)!important;margin:0 auto!important;padding:38px 0 64px!important;background:#fff!important;color:#172033!important;box-sizing:border-box!important}
body .ayla-products-section *{box-sizing:border-box}

/* Heading */
body .ayla-products-section .ayla-products-heading{text-align:left!important;margin:0 0 24px!important}
body .ayla-products-section .ayla-products-heading h1{margin:0!important;font-size:clamp(30px,3vw,40px)!important;line-height:1.08!important;font-weight:800!important;letter-spacing:-.035em!important;color:#172033!important}
body .ayla-products-section .ayla-products-heading h1 span{color:#18a96f!important}
body .ayla-products-section .ayla-products-heading p{margin:8px 0 0!important;color:#667085!important;font-size:14px!important;line-height:1.55!important}

/* Grid */
body .ayla-products-section .ayla-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}

/* Card */
body .ayla-products-section .ayla-product-card{display:flex!important;flex-direction:column!important;min-width:0!important;overflow:hidden!important;background:#fff!important;color:#172033!important;border:1px solid #e1e8e4!important;border-radius:16px!important;box-shadow:0 5px 18px rgba(20,34,45,.055)!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
body .ayla-products-section .ayla-product-card:hover{transform:translateY(-3px)!important;border-color:#bfe1ce!important;box-shadow:0 12px 28px rgba(20,34,45,.09)!important}

/* Image */
body .ayla-products-section .ayla-product-image{position:relative!important;width:100%!important;aspect-ratio:1.42/1!important;overflow:hidden!important;background:#f4f7f5!important}
body .ayla-products-section .ayla-product-image img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}
body .ayla-products-section .ayla-no-image{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;padding:20px!important;text-align:center!important;color:#6b7785!important;background:#f3f7f5!important;font-size:12px!important;font-weight:700!important;letter-spacing:.04em!important}

/* Badge */
body .ayla-products-section .ayla-product-badge{position:absolute!important;top:11px!important;left:11px!important;display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:6px 12px!important;border-radius:999px!important;background:#18a96f!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-weight:800!important;box-shadow:0 4px 10px rgba(24,169,111,.18)!important}

/* White body */
body .ayla-products-section .ayla-product-body{display:flex!important;flex:1 1 auto!important;flex-direction:column!important;padding:15px 15px 14px!important;background:#fff!important;color:#172033!important}
body .ayla-products-section .ayla-product-category{margin:0 0 5px!important;color:#15925e!important;font-size:10px!important;line-height:1.3!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.07em!important}
body .ayla-products-section .ayla-product-body h2{margin:0!important;min-height:2.45em!important;color:#172033!important;font-size:17px!important;line-height:1.28!important;font-weight:800!important;letter-spacing:-.012em!important}
body .ayla-products-section .ayla-product-body>p{margin:7px 0 0!important;min-height:3.55em!important;color:#667085!important;font-size:12px!important;line-height:1.5!important}
body .ayla-products-section .ayla-product-price-label{margin-top:13px!important;color:#8a94a6!important;font-size:10px!important;line-height:1.25!important;font-weight:600!important}
body .ayla-products-section .ayla-product-price{margin-top:3px!important;color:#15925e!important;font-size:18px!important;line-height:1.25!important;font-weight:800!important}
body .ayla-products-section .ayla-product-price del{color:#98a2b3!important}

/* Buttons */
body .ayla-products-section .ayla-product-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:auto!important;padding-top:13px!important}
body .ayla-products-section .ayla-product-actions a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:8px 9px!important;border-radius:9px!important;font-size:11px!important;line-height:1.15!important;font-weight:800!important;text-decoration:none!important;white-space:nowrap!important}
body .ayla-products-section .ayla-detail-button{background:#fff!important;color:#172033!important;border:1px solid #b9d3c4!important}
body .ayla-products-section .ayla-order-button{background:#18b873!important;color:#fff!important;border:1px solid #18b873!important;box-shadow:0 4px 10px rgba(24,169,111,.12)!important}

/* Feature strip */
body .ayla-products-section .ayla-product-features{margin-top:22px!important;border:1px solid #e1e8e4!important;border-radius:14px!important;background:#fff!important}

@media(max-width:1120px){
 body .ayla-products-section{width:min(calc(100% - 40px),1040px)!important}
 body .ayla-products-section .ayla-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
}
@media(max-width:820px){
 body .ayla-products-section{width:min(calc(100% - 28px),680px)!important;padding:30px 0 52px!important}
 body .ayla-products-section .ayla-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
 body .ayla-products-section .ayla-product-body{padding:14px!important}
 body .ayla-products-section .ayla-product-body h2{font-size:16px!important}
 body .ayla-products-section .ayla-product-body>p{font-size:11.5px!important}
}
@media(max-width:520px){
 body .ayla-products-section{width:calc(100% - 22px)!important;padding-top:24px!important}
 body .ayla-products-section .ayla-products-heading{margin-bottom:18px!important}
 body .ayla-products-section .ayla-products-heading h1{font-size:30px!important}
 body .ayla-products-section .ayla-products-grid{grid-template-columns:1fr!important;gap:14px!important}
 body .ayla-products-section .ayla-product-image{aspect-ratio:1.45/1!important}
}
