@charset "UTF-8";.product-card{--v-product-card-img-size:100%;--v-product-card-content-padding:1.3333rem;--v-product-card-actions-gap:1rem;--v-product-card-scale-block-gap:0.6667rem;--v-product-card-prices-gap:0.6667rem;--v-product-card-content-gap:0.8667rem;position:relative;background-color:var(--v-black);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.product-card__img{max-height:270px;aspect-ratio:1}.product-card__img *{width:var(--v-product-card-img-size);height:var(--v-product-card-img-size);-o-object-fit:cover;object-fit:cover}.product-card__content{padding:var(--v-product-card-content-padding);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--v-product-card-content-gap);height:100%}.product-card__title{line-height:1.2;-webkit-box-flex:1;-ms-flex:1;flex:1;font-weight:lighter;color:var(--v-white)}.product-card__title a:hover{color:inherit}.product-card__title_main .product-card__prices{display:none}.product-card__scale-block{font-size:.7333rem;color:var(--v-secondary);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:var(--v-product-card-scale-block-gap)}.product-card__instock{font-size:.7333rem}.product-card__prices{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--v-product-card-prices-gap);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product-card__price{font-size:1.6667rem;line-height:1.2}.product-card__price--inactive{font-size:.8667rem;color:var(--v-secondary);text-decoration:line-through}.product-card__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.product-card__action{display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--v-product-card-actions-gap);font-size:1.3333rem;padding-bottom:.3333rem}.product-card .horizontal-card__quantity{display:none}.product-card__btn{display:-webkit-box;display:-ms-flexbox;display:flex;background:0 0;border:none;padding:0;color:var(--v-white);cursor:pointer;-webkit-transition:all .1s ease;transition:all .1s ease}.product-card__btn *{width:20px;-o-object-fit:cover;object-fit:cover}.product-card__btn:hover{color:var(--v-danger)}.product-card.horizontal-product{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;border-radius:var(--v-border-radius-sm)!important;width:100%;padding:0}.product-card.horizontal-product .product-card__img{width:170px;max-height:100%}.product-card.horizontal-product .product-card__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:20px;gap:5px}.product-card.horizontal-product .markers.product-card__markers{top:10px;left:10px;right:auto}.product-card.horizontal-product .product-card__scale-block{padding-bottom:21px}.product-card.horizontal-product .product-card__prices{display:none}.product-card.horizontal-product .product-card__title_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:1.6rem}.product-card.horizontal-product .product-card__title_main .product-card__title{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.product-card.horizontal-product .product-card__title_main .product-card__prices{display:block;white-space:nowrap}.product-card.horizontal-product .product-card__title_main .product-card__prices .product-card__price{text-align:end;font-size:2rem;line-height:100%}.product-card.horizontal-product .product-card__title_main .product-card__prices .product-card__price.product-card__price--inactive{text-align:right;font-size:.8667rem;padding-top:4px}.product-card.horizontal-product .product-card__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:17px}.product-card.horizontal-product .product-card__footer .horizontal-card__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}@media all and (min-width:641px){.product-card.horizontal-product .product-card__footer .btn.btn-outline-primary{--v-btn-color:#fff;--v-btn-bg:#e5ac00;--v-btn-border-color:#ecc140;--v-btn-hover-color:#fff;--v-btn-hover-bg:#c39200;--v-btn-hover-border-color:#bd9a33;--v-btn-focus-shadow-rgb:239,202,93;--v-btn-active-color:#fff;--v-btn-active-bg:#b78a00;--v-btn-active-border-color:#b19130;--v-btn-active-shadow:inset 0 3px 5px rgba(26, 26, 26, 0.125);--v-btn-disabled-color:#fff;--v-btn-disabled-bg:#e5ac00;--v-btn-disabled-border-color:#ecc140}}@media all and (max-width:640px){.product-card.horizontal-product{display:block;border-radius:0!important}.product-card.horizontal-product .markers.product-card__markers{left:auto;right:10px}.product-card.horizontal-product .product-card__content{gap:16px}.product-card.horizontal-product .product-card__img{width:100%}.product-card.horizontal-product .product-card__prices{display:-webkit-box;display:-ms-flexbox;display:flex}.product-card.horizontal-product .product-card__scale-block{padding:0}.product-card.horizontal-product .product-card__title_main .product-card__prices{display:none}.product-card.horizontal-product .product-card__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px}.product-card.horizontal-product .product-card__footer .horizontal-card__quantity{margin-left:0;display:none}}