:root{--color-border:#cfcfe2;--color-white:#fff;--color-text:#38393d;--color-gray:#d5d6d9;--color-gray-dark:#75778a;--color-gray-light:#f2f2f2;--color-gray-lighten:#faf8ff;--color-primary:#b63457;--color-primary-light:#da99ab;--color-primary-lighten:#f9e3e4;--color-primary-dark:#7f1d3f;--color-orange:#ffbb5c;--color-orange-light:#ffdeb0;--color-orange-lighten:#fff2df;--color-orange-rating:#fcc72c;--color-error:#f66;--color-error-light:#fcc;--color-error-lighten:#fff2f2;--color-success:#b2dd66;--color-success-light:#e5ffd4;--color-success-lighten:#f2fff2;--color-purple:#c292f4;--color-purple-light:#edf;--color-purple-lighten:#f9f2ff;--base-font-size:16px;--h1-font-size:2.625em;--h2-font-size:1.5em;--h3-font-size:1em;--h4-font-size:0.875em;--h5-font-size:0.75em;--border-radius:10px;--border-radius-card:20px;--border-width-button:2px;--border-width:2px;--controls-height:48px;--controls-inline-padding:16px;--controls-textarea-inline-padding:22px;--controls-textarea-block-padding:16px;--controls-label-margin:10px;--controls-lh:1.2;--controls-error-lh:1.4;--controls-error-margin:2px;--controls-description-margin:2px;--controls-padding:28px;--controls-padding-mobile:16px;--space-after-title:24px;--height-small-header:95px}@media(min-width:1000px){.only-mobile{display:none!important}}@media(max-width:1000px){.only-desktop{display:none!important}}.app-purchase-offer-card{position:relative;display:flex;flex-direction:column;border-radius:var(--border-radius-card);background-color:#fff;box-shadow:2px 2px 6px 0 rgba(0,0,0,.15);overflow:hidden;height:100%;transition:transform .3s}@media(min-width:1000px){.app-purchase-offer-card:hover{transform:scale(.98)}}.app-purchase-offer-card-main-link{position:absolute;inset:0;z-index:1}.app-purchase-offer-card-poster{position:relative;aspect-ratio:16/10;overflow:hidden}.app-purchase-offer-card-poster img{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.app-purchase-offer-card-poster.contain img{object-fit:contain;padding:1.5em}.app-purchase-offer-card-badge{position:absolute;top:.75em;inset-inline-start:.75em;z-index:2;background-color:var(--color-success-light);color:#2e2e31;font-size:.875em;font-weight:600;padding:.25em .75em;border-radius:100px}.app-purchase-offer-card-caption{display:flex;flex-direction:column;gap:.5em;padding:1em;flex:1 1}.app-purchase-offer-card-title{font-size:1.25em;font-weight:700;line-height:1.3;margin:0}@media(max-width:1000px){.app-purchase-offer-card-title{font-size:1em}}.app-purchase-offer-card-status{align-self:flex-start;margin:0;padding:.25em .75em;border-radius:var(--border-radius);font-size:.875em;font-weight:700}.app-purchase-offer-card-status.status-pendingapproval{background-color:var(--color-orange-lighten)}.app-purchase-offer-card-status.status-active{background-color:var(--color-success-lighten)}.app-purchase-offer-card-status.status-paused{background-color:var(--color-gray-light)}.app-purchase-offer-card-supplier{position:relative;z-index:2;display:flex;align-items:center;gap:.5em;text-decoration:none;color:inherit;font-size:1em;font-weight:600}.app-purchase-offer-card-supplier:hover{text-decoration:underline}.app-purchase-offer-card-description{font-size:.9375em;color:#5b5b60;margin:0;line-height:1.4}.app-purchase-offer-card-price{margin-top:auto;display:flex;align-items:baseline;gap:.5em;flex-wrap:wrap}.app-purchase-offer-card-price .price-from{font-size:1.25em;font-weight:700}.app-purchase-offer-card-price .price-wording{font-size:.875em;color:#5b5b60}