.ny-cx-wrap{display: flex;flex-wrap: wrap;align-items: flex-start;gap: 28px;background: #fff;border: 1px solid #eee;border-radius: 16px;padding: 24px 28px;margin: 30px 0;box-shadow: 0 2px 10px rgba(0,0,0,.04);overflow: hidden;}
.ny-cx-title{flex: 0 0 auto;min-width: 170px;font-size: 22px;font-weight: 800;color: #1b2030;line-height: 1.35;padding-top: 10px;}
.ny-cx-items{flex: 1 1 auto;min-width: 0;max-width: 100%;display: flex;align-items: flex-start;gap: 14px;row-gap: 20px;flex-wrap: wrap;}
.ny-cx-card{display: flex;flex-direction: column;align-items: center;gap: 7px;width: 112px;text-align: center;flex-shrink: 0;}
.ny-cx-item-img{display: flex;align-items: center;justify-content: center;width: 90px;height: 90px;min-width: 90px;flex-shrink: 0;border: 1px solid #eee;border-radius: 12px;overflow: hidden;background: #fff;padding: 6px;}
.ny-cx-item-img img{max-width: 100%;max-height: 100%;object-fit: contain;}
.ny-cx-plus{font-size: 18px;font-weight: 700;color: #c7c9cf;margin-top: 33px;flex-shrink: 0;}
.ny-cx-badge{display: inline-flex;align-items: center;gap: 6px;background: #fff;border: 1px solid #fbdcc0;color: #ef7d1a;font-size: 12.5px;font-weight: 700;padding: 6px 14px;border-radius: 20px;margin-top: 2px;}
.ny-cx-name{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-size: 12.5px;font-weight: 600;color: #333;text-decoration: none;line-height: 1.35;max-width: 112px;}
a.ny-cx-name:hover{color: var(--siteLinkHover);}
.ny-cx-prices{display: flex;flex-direction: column;align-items: center;gap: 0;}
.ny-cx-price-old{font-size: 12px;color: #9aa0a6;text-decoration: line-through;}
.ny-cx-price-new{font-size: 15.5px;font-weight: 800;color: #ef7d1a;}
.ny-cx-item-stock{display: block;font-size: 11.5px;font-weight: 600;color: #c33;}
.ny-cx-summary{flex: 0 0 240px;background: #fdf1e6;border-radius: 14px;padding: 20px 26px;display: flex;flex-direction: column;align-items: center;gap: 4px;text-align: center;}
.ny-cx-summary-label{display: block;font-size: 14px;color: #555;}
.ny-cx-summary-price{display: block;font-size: 24px;font-weight: 800;color: #1b2030;margin-bottom: 8px;}
.ny-cx-addall{width: 100%;background: transparent;border: 1.5px solid #ef7d1a;color: #ef7d1a;font-size: 14px;font-weight: 700;padding: 11px 24px;border-radius: 8px;cursor: pointer;transition: .15s;}
.ny-cx-addall:hover{background: #ef7d1a;color: #fff;}
.ny-cx-addall.is-loading{opacity: .6;pointer-events: none;}
.ny-cx-wrap.ny-cx-many .ny-cx-summary{flex: 1 1 100%;background: none;border-radius: 0;padding: 18px 0 0;margin-top: 6px;border-top: 1px solid #f0f0f0;flex-direction: row;justify-content: center;flex-wrap: wrap;gap: 14px;}
.ny-cx-wrap.ny-cx-many .ny-cx-summary-label{margin-right: 4px;}
.ny-cx-wrap.ny-cx-many .ny-cx-summary-price{margin-bottom: 0;}
.ny-cx-wrap.ny-cx-many .ny-cx-addall{width: auto;min-width: 220px;flex-basis: 100%;margin-top: 10px;}
@media (max-width: 767px){.ny-cx-wrap{flex-direction: column;flex-wrap: nowrap;align-items: stretch;text-align: center;padding: 20px;}.ny-cx-title{min-width: 0;padding-top: 0;}.ny-cx-items{justify-content: center;flex-wrap: wrap;}.ny-cx-summary{flex: 1 1 100%;width: 100%;background: none;padding: 18px 0 0;margin-top: 6px;border-top: 1px solid #f0f0f0;}.ny-cx-addall{width: 100%;}}
