.product-card{display:flex;flex-direction:column;background-color:var(--white);border-radius:1.2rem;padding:1.6rem}.product-card .card-wrapper{display:flex;flex-direction:column;text-decoration:none}.product-card .card-wrapper .card-top{display:flex;justify-content:end;margin-bottom:.7rem}.product-card .card-image{display:flex;align-items:center;justify-content:center}.product-card .card-image img{width:100%;height:auto;object-fit:cover;aspect-ratio:1 / 1}.product-card .card-content{flex:1;margin-top:2.4rem}.product-card .card-content .sku{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem 1.6rem;padding:1.2rem 1.4rem;border-radius:.4rem;border:1px solid var(--grey-400);font-size:1.8rem;font-weight:700;line-height:1.8rem;letter-spacing:.2px;color:var(--black);justify-content:space-between}.product-card .card-content .sku .number{display:inline-block;color:var(--red-400);font-size:2rem}.product-card .card-content .sku .stock{color:#c1c1c1}.product-card .card-content .sku .stock.has-stock{color:#3ca043}.product-card .card-content .title{font-size:1.8rem;font-weight:600;line-height:2.4rem;letter-spacing:-.3px;color:var(--black);margin-top:1.6rem}@media screen and (min-width: 1280px){.product-card .card-content .title{font-size:2.4rem;line-height:3.4rem}}.product-card .card-bottom{margin-top:1.6rem;flex-grow:1;display:flex;flex-direction:column;justify-content:end}.product-card .card-bottom .card-price{display:flex;align-items:center;gap:.8rem}.product-card .card-bottom .card-price .current{font-size:2.8rem;font-weight:600;line-height:3.6rem;letter-spacing:-.3px;color:var(--black)}.product-card .card-bottom .card-price .old{font-size:2rem;font-weight:600;line-height:2.8rem;letter-spacing:-.3px;color:#0000004d;text-decoration:line-through}.product-card .card-actions{display:flex;flex-direction:column;gap:.8rem;margin-top:2.4rem}@media screen and (min-width: 1280px){.product-card .card-actions{flex-direction:row;align-items:stretch}}.product-card .card-actions .quantity-picker{width:100%;display:flex;align-items:stretch;justify-content:space-between;border:1px solid var(--grey-400);border-radius:100rem;overflow:hidden}@media screen and (min-width: 1280px){.product-card .card-actions .quantity-picker{width:max-content}}.product-card .card-actions .quantity-picker .quantity-picker-button{width:3.6rem;min-height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:var(--white);flex-shrink:0;transition:opacity .2s ease}.product-card .card-actions .quantity-picker .quantity-picker-button[disabled]{filter:grayscale(100%);opacity:.7;pointer-events:none}.product-card .card-actions .quantity-picker .quantity-picker-button svg{width:1.6rem;height:1.6rem;flex-shrink:0}.product-card .card-actions .quantity-picker input{flex:1;max-width:calc(100% - 7.2rem);border:0;font-size:1.6rem;font-weight:400;line-height:2.4rem;letter-spacing:.2px;text-align:center;color:#000000b3;background-color:var(--white)}@media screen and (min-width: 1280px){.product-card .card-actions .quantity-picker input{max-width:2.5rem}}.product-card .card-actions .quantity-picker input:focus,.product-card .card-actions .quantity-picker input:focus-visible{box-shadow:none;outline:none}.product-card .card-actions .quantity-picker input[type=number]::-webkit-outer-spin-button,.product-card .card-actions .quantity-picker input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-card .card-actions .quantity-picker input[type=number]{-moz-appearance:textfield}.product-card .card-actions .btn{flex:1;padding:1.2rem}@media screen and (max-width: 1279px){.product-card .card-actions .btn{width:100%}}.product-card .card-actions .btn[disabled]{opacity:.5;cursor:not-allowed}.product-card .card-actions .btn svg{flex-shrink:0}.product-card .card-actions .btn svg:not(:only-child){margin-left:.8rem}.product-card .card-actions .btn svg path,.product-card .card-actions .btn svg circle,.product-card .card-actions .btn svg ellipse{stroke:var(--white)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-product-card.css.map */
