.sample-basket{display:flex;flex-direction:column;width:100%;gap:15px}.sample-basket__title{font-family:Align,Times new roman,serif;line-height:1.04;text-transform:none;font-weight:var(--font-weight-medium);font-size:1.25rem;line-height:1.3}@media screen and (max-width: 62.4375em){.sample-basket__title{font-size:1.25rem;line-height:1.2}}@media screen and (max-width: 62.4375em){.sample-basket__title{font-size:1.125rem;line-height:1.3333333333}}.sample-basket__message{margin-top:-13px;background:var(--c-background);text-align:center;padding:15px 20px;font-size:.875rem;line-height:1.7142857143;font-weight:var(--font-weight-medium)}.overlay-content:has(.sample-basket--full) .overlay-content__footer{display:none}.sample-basket-item{display:grid;width:100%;grid-template-columns:80px 1fr min-content;grid-template-rows:repeat(4, auto);column-gap:20px}.sample-basket-item--full{grid-template-columns:1fr 120px auto 1fr;row-gap:4px;padding:22px;background:var(--c-background)}.sample-basket-item__image{grid-row:1/span 4;width:80px;height:60px;align-content:center}.sample-basket-item--full .sample-basket-item__image{grid-column:2;width:120px;height:80px}.sample-basket-item__image img{width:100%;height:auto}.sample-basket-item__title{grid-row:2;grid-column:2;font-family:Align,Times new roman,serif;line-height:1.04;text-transform:none;font-weight:var(--font-weight-medium);font-size:1.125rem;line-height:1.3333333333}@media screen and (max-width: 62.4375em){.sample-basket-item__title{font-size:1rem;line-height:1.375}}.sample-basket-item--full .sample-basket-item__title{font-size:1.25rem;line-height:1.3;grid-column:3}.sample-basket-item__group{font-size:.875rem;line-height:1.2857142857;font-weight:var(--font-weight-medium);grid-row:3;grid-column:2}.sample-basket-item--full .sample-basket-item__group{grid-column:3}.sample-basket-item__remove{font-size:.75rem;line-height:1.5;font-weight:var(--font-weight-medium);-webkit-text-decoration:none;text-decoration:none;color:inherit;grid-row:3;grid-column:3}.sample-basket-item__remove:hover{-webkit-text-decoration:underline;text-decoration:underline}.sample-basket-counter{display:flex;justify-content:space-between;align-items:center;gap:20px}.sample-basket-counter[data-remaining="0"]{display:none}.sample-basket-counter__icon{width:80px;height:60px;border:1px dotted var(--c-border);display:flex;flex-shrink:0;align-items:center;justify-content:center;font-weight:var(--font-weight-medium)}.sample-basket-counter__text{flex-grow:1}.sample-basket-counter[data-remaining="1"] .sample-basket-counter__plural{display:none}
/*# sourceMappingURL=sample-basket.css.a90bf.map */