.card-product-small{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border:1px solid var(--color-border);border-radius:5px;color:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1rem;padding:8px;text-decoration:none}.card-product-small[href]{-webkit-transition:opacity var(--transition-time) var(--transition-easing);-o-transition:opacity var(--transition-time) var(--transition-easing);transition:opacity var(--transition-time) var(--transition-easing)}.card-product-small[href]:hover{opacity:.5}.card-product-small--active{background-color:var(--color-blue-light);border-color:var(--color-black)}.card-product-small--disabled{cursor:not-allowed;opacity:.4;pointer-events:none}.card-product-small__image{-webkit-box-flex:1;aspect-ratio:1;-ms-flex:1;flex:1;margin-right:12px;max-width:80px;-o-object-fit:cover;object-fit:cover}@media (min-width:992px){.card-product-small__image{max-width:96px}}.card-product-small__content{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative}.card-product-small__header{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;width:100%}.card-product-small__content--search{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.card-product-small__content--search .card-product-small__price-discount{font-size:.8125rem}.card-product-small__content--search .card-product-small__price{font-size:.875rem;position:relative}.card-product-small__content--search .card-product-small__title{max-width:100%;width:100%}.card-product-small__price{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-column-gap:6px;-moz-column-gap:6px;column-gap:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-weight:500;justify-content:flex-end}.card-product-small__price-discount{display:inline-block;font-size:.875rem;opacity:.5;text-decoration:line-through}.card-product-small__title{display:block;font-weight:500;margin-bottom:4px;margin-right:4px}.card-product-small__text{display:block;font-size:.875rem}.card-product-small--addon{margin-bottom:16px;padding:8px 16px}.card-product-small--addon .card-product-small__title{font-size:.875rem;margin-bottom:8px;max-width:100%}@media (min-width:768px){.card-product-small--addon .card-product-small__title{font-size:1rem}}.card-product-small--addon .card-product-small__price,.card-product-small--addon .card-product-small__title{font-weight:400}.card-product-small--addon[role=button]{cursor:pointer}.card-product-small--addon[role=button] .card-product-small__text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.card-product-small--addon .card-product-small__text{font-size:.75rem}@media (min-width:768px){.card-product-small--addon .card-product-small__text{font-size:.875rem}}.card-product-small--addon .card-product-small__price{font-size:.875rem}@media (min-width:768px){.card-product-small--addon .card-product-small__price{font-size:1rem}}.card-product-small__out-of-stock{color:var(--color-error);display:inline-block;font-size:.875rem;margin-top:16px}