.cartCard{padding-bottom:2rem;border-bottom:thin solid rgba(var(--border-rgb),.5);display:grid;grid-template-areas:"info actions delete";grid-template-columns:1fr 11rem auto;gap:2rem}@container cartlist (width <= 767px){.cartCard{grid-template-areas:"info delete" "actions actions";grid-template-columns:1fr auto;gap:1rem}}.cartCard:last-of-type{border-bottom:unset;padding-bottom:0}.cartCard__info{grid-area:info;display:grid;place-content:start stretch;gap:.75rem}.cartCard__type{display:flex;gap:.625rem}.cartCard__type-icon{background:#000;color:#fff;width:1.5rem;height:1.5rem;flex:0 0 1.5rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.cartCard__type-icon iconify-icon{font-size:1rem}.cartCard__type-text{font-size:.75rem;line-height:1.5rem;font-weight:500;text-transform:uppercase}.cartCard__title{font-size:1rem;font-weight:700;line-height:1.4;margin:0}.cartCard__categories{display:flex;flex-wrap:wrap;gap:.5rem}.cartCard__categories-item{background:var(--rule-gradient, black);color:var(--white-color, white);font-size:.75rem;font-weight:700;text-transform:uppercase;padding:.25rem .5rem;border-radius:.25rem;line-height:1.5}.cartCard__watermark{display:grid;gap:.25rem;padding-block:.5rem;padding-left:1rem;border-left:thin solid var(--secondary-color, gray)}.cartCard__watermark-label{display:block;font-size:.875rem;font-weight:400;line-height:1.1}.cartCard__watermark-content{display:flex;align-items:center;gap:.5rem}.cartCard__watermark-text{font-size:1rem;font-weight:700;line-height:1.25}.cartCard__meta{display:flex;gap:.5rem 1rem;flex-wrap:wrap}.cartCard__meta--list{flex-direction:column}.cartCard__meta-item{display:flex;align-items:start;gap:.5rem}.cartCard__meta-item iconify-icon{font-size:1.125rem}.cartCard__meta-item>span{font-weight:500;font-size:.75rem;line-height:1.5}.cartCard__actions{grid-area:actions;display:grid;place-content:start stretch;gap:.75rem}.cartCard__price{display:grid;gap:0rem;text-align:right}@container cartlist (width <= 767px){.cartCard__price{text-align:left}}.cartCard__price-current{font-size:1.5rem;font-weight:700;line-height:1.4}.cartCard__price-discount{display:flex;align-items:center;justify-content:end;gap:.5rem}@container cartlist (width <= 767px){.cartCard__price-discount{justify-content:start;flex-direction:row-reverse}}.cartCard__price-discount-number{background:var(--accent-color, red);display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;padding:.125rem .25rem;font-size:.75rem;font-weight:500;line-height:1;color:var(--white-color, white)}.cartCard__price-discount-price{font-size:1.125rem;font-weight:500;color:var(--border-color, gray);text-decoration-line:line-through}.cartCard__price-info{font-size:.75rem;font-weight:500;line-height:1.5}.cartCard__price>hr{border:unset;border-top:thin solid var(--primary-color-500, gray);width:100%;margin-block:.75rem}.cartCard__delete{grid-area:delete}.productQuantity{display:grid;grid-template-columns:2.5rem auto 2.5rem;gap:0;border:thin solid var(--border-color, gray);border-radius:var(--border-radius-xs);overflow:hidden}.productQuantity__input{width:100%;border:unset;outline:unset;font-size:1rem;font-weight:500;padding:0 .75rem;text-align:center;border-inline:thin solid var(--border-color, gray)}.productQuantity__button{background:var(--white-color, white);color:var(--secondary-color, black);display:flex;align-items:center;justify-content:center;border:unset;outline:unset;cursor:pointer;width:2.5rem;height:2.5rem;padding:0}.productQuantity__button iconify-icon{font-size:1.25rem}.productQuantity__button:hover{background:var(--border-color, gray);color:var(--white-color, white)}
