.sap-products{margin:2rem 0;padding:1.25rem;border:1px solid #e5e2dc;border-radius:14px;background:#fff}.sap-products__title{margin:0 0 .35rem;font-size:1.55rem}.sap-products__subtitle{margin:0 0 1.2rem;color:#666}.sap-products__items{display:flex;flex-direction:column;gap:.8rem}.sap-product{display:grid;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.85rem;border:1px solid #ece9e3;border-radius:12px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.sap-product:hover{border-color:#ffae00;box-shadow:0 4px 12px rgb(0 0 0 / .08)}.sap-product__image-link{display:flex;align-items:center;justify-content:center;width:110px;height:100px}.sap-product__image{width:90px;height:90px;max-width:100%;object-fit:contain;transition:transform .2s ease}.sap-product:hover .sap-product__image{transform:scale(1.03)}.sap-products .sap-product__name{margin:0 0 .55rem;font-size:1rem;line-height:1.4;color:#222!important}.sap-products .sap-product__name a,.sap-products .sap-product__name a:visited,.sap-products .sap-product__name a:hover,.sap-products .sap-product__name a:focus,.sap-products .sap-product__name a:active{color:#222!important;text-decoration:none!important}.sap-product__price-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.sap-products .sap-product__price{color:#e08b03;font-size:1.22rem;font-weight:700}.sap-product__price-row del{color:#777;font-size:.85rem}.sap-product__saving{padding:.12rem .35rem;border-radius:4px;background:#f3eee5;font-size:.78rem}.sap-products .sap-product__button,.sap-products .sap-product__button:visited{display:inline-flex;align-items:center;justify-content:center;gap:.42rem;min-width:140px;padding:.85rem 1rem;border-radius:8px;background:#ffae00;color:#111!important;font-weight:700;line-height:1.2;text-align:center;text-decoration:none!important;transition:background-color .18s ease,transform .18s ease}.sap-products .sap-product__button:hover,.sap-products .sap-product__button:focus,.sap-products .sap-product__button:active{background:#e08b03;color:#111!important;text-decoration:none!important;transform:translateY(-1px)}.sap-product__button-icon{font-size:1.05em;line-height:1}.sap-products__disclosure{margin:1rem 0 0;color:#777;font-size:.75rem;line-height:1.45}.sap-error{padding:1rem;border:1px solid #b32d2e;color:#b32d2e}.sap-products--grid .sap-products__items{display:grid;grid-template-columns:repeat(var(--sap-columns,4),minmax(0,1fr));gap:1rem}.sap-products--grid .sap-product{display:flex;flex-direction:column;align-items:stretch}.sap-products--grid .sap-product__image-link{width:100%;height:170px}.sap-products--grid .sap-product__content{flex:1}.sap-products--grid .sap-product__button{width:auto}@media (max-width:700px){.sap-product{grid-template-columns:80px minmax(0,1fr)}.sap-product__image-link{width:80px;height:80px}.sap-product__image{width:74px;height:74px}.sap-product__button{grid-column:1 / -1;width:auto}.sap-products--grid .sap-products__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.sap-products{padding:.85rem}.sap-products--grid .sap-products__items{grid-template-columns:1fr}}