/* Shared foundation */
.irp-related-products{--irp-accent-color:#116b45;margin:48px 0 24px;color:#172133}
.irp-related-products *{box-sizing:border-box}
.irp-related-products__header{max-width:900px;margin-bottom:22px}
.irp-related-products__title{margin:0 0 8px!important;font-size:clamp(24px,2.2vw,34px)!important;line-height:1.2!important;color:#172133}
.irp-related-products__intro{margin:0!important;color:#596273;font-size:16px;line-height:1.7}
.irp-related-products__grid{display:grid;gap:18px}
.irp-related-products__grid.irp-cols-1{grid-template-columns:1fr}
.irp-related-products__grid.irp-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.irp-related-products__grid.irp-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.irp-related-products__grid.irp-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.irp-product-card{min-width:0;background:#fff}
.irp-product-card__image-wrap{display:block;overflow:hidden;background:#f6f7f8}
.irp-product-card__image{display:block;width:100%;height:100%;object-fit:contain}
.irp-product-card__placeholder{display:flex;height:100%;min-height:120px;align-items:center;justify-content:center;font-weight:700;letter-spacing:.08em;color:#8a93a3}
.irp-product-card__body{min-width:0}
.irp-product-card__category{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--irp-accent-color,#116b45)}
.irp-product-card__title{margin:0 0 9px!important;font-size:18px!important;line-height:1.35!important}
.irp-product-card__title a{color:#172133;text-decoration:none}
.irp-product-card__excerpt{margin:0 0 16px!important;color:#646d7c;font-size:14px;line-height:1.6}
.irp-product-card__button{display:inline-flex;align-items:center;gap:6px;width:max-content;margin-top:auto;font-size:var(--irp-button-font-size,13px)!important;line-height:1.4!important;font-weight:700;text-decoration:none!important;color:var(--irp-button-color,#116b45)!important}
.irp-product-card__button span{font-size:.95em;line-height:1}
.irp-product-card__button:hover,.irp-product-card__button:focus{color:var(--irp-button-hover-color,#0b5134)!important}

/* 01 — Card Modern */
.irp-style-cards{padding:32px;border:1px solid rgba(17,24,39,.09);border-radius:18px;background:#fff;box-shadow:0 10px 34px rgba(17,24,39,.05)}
.irp-style-cards .irp-product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(17,24,39,.08);border-radius:14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.irp-style-cards .irp-product-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,24,39,.08);border-color:rgba(17,24,39,.14)}
.irp-style-cards .irp-product-card__image-wrap{aspect-ratio:4/3}
.irp-style-cards .irp-product-card__image{padding:14px;transition:transform .25s ease}
.irp-style-cards .irp-product-card:hover .irp-product-card__image{transform:scale(1.025)}
.irp-style-cards .irp-product-card__body{display:flex;flex:1;flex-direction:column;padding:18px}
.irp-style-cards .irp-product-card__category{margin-bottom:7px;color:#788191}

/* 02 — Clean Minimal */
.irp-style-minimal{padding:4px 0 12px;background:transparent}
.irp-style-minimal .irp-related-products__header{padding-bottom:16px;border-bottom:1px solid rgba(17,24,39,.10)}
.irp-style-minimal .irp-product-card{display:flex;flex-direction:column;border:0;border-radius:0;background:transparent}
.irp-style-minimal .irp-product-card__image-wrap{aspect-ratio:4/3;border-radius:6px;background:#fafafa}
.irp-style-minimal .irp-product-card__image{padding:10px}
.irp-style-minimal .irp-product-card__body{display:flex;flex:1;flex-direction:column;padding:15px 0 0}
.irp-style-minimal .irp-product-card__category{margin-bottom:7px}
.irp-style-minimal .irp-product-card__button{padding-bottom:2px;border-bottom:1px solid currentColor}

/* 03 — Editorial */
.irp-style-editorial{padding:30px 0;border-top:3px solid var(--irp-accent-color,#116b45);border-bottom:1px solid rgba(17,24,39,.10)}
.irp-style-editorial .irp-related-products__header{max-width:760px;margin-bottom:26px}
.irp-style-editorial .irp-related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px 28px}
.irp-style-editorial .irp-product-card{display:grid;grid-template-columns:minmax(120px,38%) minmax(0,1fr);align-items:stretch;border-bottom:1px solid rgba(17,24,39,.10);padding-bottom:20px;background:transparent}
.irp-style-editorial .irp-product-card__image-wrap{aspect-ratio:1/1;border-radius:2px;background:#f7f7f7}
.irp-style-editorial .irp-product-card__image{padding:10px}
.irp-style-editorial .irp-product-card__body{display:flex;flex-direction:column;padding:3px 0 0 18px}
.irp-style-editorial .irp-product-card__category{margin-bottom:8px}
.irp-style-editorial .irp-product-card__title{font-size:19px!important}
.irp-style-editorial .irp-product-card__excerpt{font-size:13px;line-height:1.55}

/* 04 — Compact List */
.irp-style-compact{padding:24px;border-left:4px solid var(--irp-accent-color,#116b45);background:#fafbfb}
.irp-style-compact .irp-related-products__header{margin-bottom:18px}
.irp-style-compact .irp-related-products__grid{grid-template-columns:1fr!important;gap:0}
.irp-style-compact .irp-product-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;padding:14px 0;border-top:1px solid rgba(17,24,39,.09);background:transparent}
.irp-style-compact .irp-product-card:last-child{border-bottom:1px solid rgba(17,24,39,.09)}
.irp-style-compact .irp-product-card__image-wrap{width:76px;height:76px;border-radius:8px;background:#fff}
.irp-style-compact .irp-product-card__image{padding:7px}
.irp-style-compact .irp-product-card__body{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:18px;align-items:center;padding:0}
.irp-style-compact .irp-product-card__category{grid-column:1;margin-bottom:4px;font-size:10px}
.irp-style-compact .irp-product-card__title{grid-column:1;margin-bottom:4px!important;font-size:17px!important}
.irp-style-compact .irp-product-card__excerpt{grid-column:1;margin:0!important;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.irp-style-compact .irp-product-card__button{grid-column:2;grid-row:1/4;margin:0;white-space:nowrap}

/* 05 — Product Showcase */
.irp-style-showcase{padding:34px 0}
.irp-style-showcase .irp-related-products__header{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:30px;align-items:end;margin-bottom:24px}
.irp-style-showcase .irp-related-products__title{margin:0!important}
.irp-style-showcase .irp-related-products__intro{padding-left:24px;border-left:2px solid var(--irp-accent-color,#116b45)}
.irp-style-showcase .irp-product-card{display:flex;flex-direction:column;overflow:hidden;background:#f5f6f7}
.irp-style-showcase .irp-product-card__image-wrap{aspect-ratio:16/11;background:#f1f2f3}
.irp-style-showcase .irp-product-card__image{padding:9px;transition:transform .3s ease}
.irp-style-showcase .irp-product-card:hover .irp-product-card__image{transform:scale(1.035)}
.irp-style-showcase .irp-product-card__body{display:flex;flex:1;flex-direction:column;padding:20px 20px 22px;border-top:3px solid var(--irp-accent-color,#116b45)}
.irp-style-showcase .irp-product-card__category{margin-bottom:8px}
.irp-style-showcase .irp-product-card__title{font-size:20px!important}

@media(max-width:849px){
  .irp-style-cards{padding:24px}
  .irp-related-products__grid.irp-cols-3,.irp-related-products__grid.irp-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .irp-style-editorial .irp-related-products__grid{grid-template-columns:1fr!important}
  .irp-style-showcase .irp-related-products__header{grid-template-columns:1fr;gap:10px}
  .irp-style-showcase .irp-related-products__intro{padding-left:0;border-left:0}
}
@media(max-width:549px){
  .irp-related-products{margin:36px 0 20px}
  .irp-style-cards{padding:18px;border-radius:14px}
  .irp-related-products__grid.irp-cols-2,.irp-related-products__grid.irp-cols-3,.irp-related-products__grid.irp-cols-4{grid-template-columns:1fr}
  .irp-style-cards .irp-product-card{display:grid;grid-template-columns:110px minmax(0,1fr)}
  .irp-style-cards .irp-product-card__image-wrap{aspect-ratio:1/1;height:100%}
  .irp-style-cards .irp-product-card__body{padding:14px}
  .irp-style-cards .irp-product-card__excerpt{display:none}
  .irp-style-cards .irp-product-card__title{font-size:16px!important}
  .irp-style-cards .irp-product-card__category{font-size:10px}
  .irp-style-editorial{padding:24px 0}
  .irp-style-editorial .irp-product-card{grid-template-columns:100px minmax(0,1fr)}
  .irp-style-editorial .irp-product-card__body{padding-left:14px}
  .irp-style-editorial .irp-product-card__excerpt{display:none}
  .irp-style-compact{padding:18px 16px}
  .irp-style-compact .irp-product-card{grid-template-columns:76px minmax(0,1fr)}
  .irp-style-compact .irp-product-card__image-wrap{width:62px;height:62px}
  .irp-style-compact .irp-product-card__body{display:block}
  .irp-style-compact .irp-product-card__excerpt{display:none}
  .irp-style-compact .irp-product-card__button{margin-top:6px}
  .irp-style-showcase{padding:26px 0}
}
