.product-card{--bg-opacity:1;background-color:#fff;background-color:rgba(255,255,255,var(--bg-opacity));-webkit-transition:-webkit-box-shadow .1s ease-in;transition:-webkit-box-shadow .1s ease-in;transition:box-shadow .1s ease-in;transition:box-shadow .1s ease-in,-webkit-box-shadow .1s ease-in}.product-card,.product-card .product-card-image{position:relative}.product-card .product-card-image .badges{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;pointer-events:none}.product-card .product-card-image .badges .badge{pointer-events:auto;background-color:var(--color-success-light);margin-bottom:.25rem;padding:.25rem;font-size:.75rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));border-radius:.125rem}.product-card .product-price-original{font-size:.75rem}.product-card .price-and-buttons{display:grid;grid-template-areas:"discount discount discount" "price fav cart-controls";grid-template-columns:auto -webkit-min-content -webkit-min-content;grid-template-columns:auto min-content min-content;grid-gap:0 .5rem}.product-card .price-and-buttons .discount{grid-area:discount}.product-card .price-and-buttons .discount .old-price{text-decoration:line-through;font-size:.875rem;opacity:.6}.product-card .price-and-buttons .discount .save{color:var(--color-primary);font-size:.75rem;vertical-align:middle;margin-left:.25rem}.product-card .price-and-buttons .product-price{font-size:1.5rem;font-weight:400;align-self:center;grid-area:price}.product-card .price-and-buttons .product-price.lowered{color:var(--color-primary)}.product-card .price-and-buttons .product-price.overridden{color:var(--color-primary-darker)}.product-card .price-and-buttons .product-price.promotion-reward-price{font-size:1.125rem;color:var(--color-primary-darker)}.product-card .price-and-buttons .btn-favorite{height:2rem;width:2rem;border-width:1px;border-color:var(--color-grey);color:var(--color-grey);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-area:fav}.product-card .price-and-buttons .btn-favorite .fas{font-weight:300}.product-card .price-and-buttons .quantity-controls{font-size:1rem;width:auto;height:2rem;width:6rem;grid-area:cart-controls}.product-card .price-and-buttons .quantity-controls>*{height:100%}.product-card .price-and-buttons .quantity-controls .product-quantity-controls-wrapper{background-color:var(--color-primary);--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.product-card .price-and-buttons .quantity-controls .product-quantity-controls-wrapper .btn{height:100%;font-size:1rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));padding:0}.product-card .price-and-buttons .quantity-controls .product-quantity-controls-wrapper .btn .fal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card .price-and-buttons .quantity-controls .product-quantity-controls-wrapper input{background-color:var(--color-primary);--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:700}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button{width:100%;height:100%;padding:0}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .button__bg{padding:0}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle{width:15px;height:15px}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle.top-left{top:46%;left:31%}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle.bottom-right{bottom:46%;right:31%}.product-card .price-and-buttons .quantity-controls .product-cart-controls-wrapper button{font-size:.875rem;font-weight:500;width:100%;height:100%}.product-variant-selector label{display:block;font-weight:300;--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));font-size:.875rem;opacity:.8}.product-variant-selector label.font-normal{font-weight:400}.product-variant-selector .v-select{position:relative}.product-variant-selector .v-select .select-and-dropdown-items{background-color:var(--color-grey-lightest);padding-left:.5rem;padding-right:.5rem;padding-top:.25rem;padding-bottom:.25rem;line-height:1;font-weight:300;font-size:.875rem;color:var(--color-grey-darkest);white-space:nowrap;cursor:pointer}.product-variant-selector .v-select.vs--unsearchable .vs__search{width:0;height:0;padding:0;border-style:none;position:absolute}.product-variant-selector .v-select .vs__dropdown-toggle{background-color:var(--color-grey-lightest);padding-left:.5rem;padding-right:.5rem;padding-top:.25rem;padding-bottom:.25rem;line-height:1;font-weight:300;font-size:.875rem;color:var(--color-grey-darkest);white-space:nowrap;cursor:pointer;border-radius:.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-variant-selector .v-select .vs__dropdown-toggle .vs__open-indicator{color:var(--color-primary);font-size:.625rem}.product-variant-selector .v-select.vs--open .vs__dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.product-variant-selector .v-select .vs__dropdown-menu{position:absolute;min-width:100%;z-index:10}.product-variant-selector .v-select .vs__dropdown-menu .vs__dropdown-option{background-color:var(--color-grey-lightest);padding-left:.5rem;padding-right:.5rem;padding-top:.25rem;padding-bottom:.25rem;line-height:1;font-weight:300;font-size:.875rem;color:var(--color-grey-darkest);white-space:nowrap;cursor:pointer}.product-variant-selector .v-select .vs__dropdown-menu.fade-enter-active,.product-variant-selector .v-select .vs__dropdown-menu.fade-leave-active{-webkit-transition-duration:.15s;transition-duration:.15s}body,html{width:100%;height:100%}body.without-horizontal-scroll,html.without-horizontal-scroll{overflow-x:hidden}.product-card.small{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-box-shadow .1s ease-in;transition:-webkit-box-shadow .1s ease-in;transition:box-shadow .1s ease-in;transition:box-shadow .1s ease-in,-webkit-box-shadow .1s ease-in;-webkit-box-shadow:0 0 calc(var(--card-shadow-size)*1px) 0 rgba(0,0,0,calc(var(--card-shadow-opacity)*1%));box-shadow:0 0 calc(var(--card-shadow-size)*1px) 0 rgba(0,0,0,calc(var(--card-shadow-opacity)*1%))}.product-card.small:focus-within,.product-card.small:hover{-webkit-box-shadow:0 0 calc(var(--card-hover-shadow-size)*1px) 0 rgba(0,0,0,calc(var(--card-hover-shadow-opacity)*1%));box-shadow:0 0 calc(var(--card-hover-shadow-size)*1px) 0 rgba(0,0,0,calc(var(--card-hover-shadow-opacity)*1%))}.product-card.small .product-card-image{position:relative}.product-card.small .product-card-image a{position:relative;width:100%;display:block;padding-top:calc(1/var(--image-aspect-ratio)*100%)}.product-card.small .product-card-image a img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;-o-object-fit:var(--image-object-fit);object-fit:var(--image-object-fit)}.product-card.small .product-card-image--placeholder a img{-o-object-fit:cover;object-fit:cover}.product-card.small .product-card-image .badges{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;pointer-events:none}.product-card.small .product-card-image .badges .badge{pointer-events:auto;background-color:var(--color-success-light);margin-bottom:.25rem;padding:.25rem;font-size:.75rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));border-radius:.125rem}.product-card.small .product-category-title{font-size:.875rem;font-weight:400;margin-top:.5rem;margin-bottom:.5rem;color:var(--color-grey-dark)}.product-card.small .product-title{font-size:1.125rem;font-weight:400;margin-bottom:.25rem}.product-card.small .product-short-description,.product-card.small .product-title a{--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity))}.product-card.small .product-short-description{opacity:.6;font-weight:300;margin-bottom:.25rem;font-size:.875rem;line-height:1.25;max-height:4.375rem;overflow:hidden;display:-webkit-box;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical}.product-card.small .product-variants-wrapper{margin-top:.5rem;margin-bottom:.5rem}.product-card.small .product-variants-wrapper .product-variants-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-.75rem;margin-bottom:-.5rem}.product-card.small .product-variant-selector{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-bottom:.5rem;padding-right:.75rem;-ms-flex-preferred-size:50%;flex-basis:50%}.product-card.small .product-variant-selector.product-modifiers-group-component{margin-bottom:1rem}.product-card.small .product-variant-selector label{display:block;font-weight:300;--text-opacity:1;color:#000;color:rgba(0,0,0,var(--text-opacity));font-size:.875rem;margin-bottom:.5rem}.product-card.small .product-variant-selector label.font-normal{font-weight:400}.product-card.small .product-variant-selector .v-select .vs__dropdown-toggle{border-width:1px;border-color:var(--color-grey-lightest)}.product-card.small .product-variant-selector .v-select .vs__dropdown-menu{max-height:200px;overflow:hidden;overflow-y:scroll}.product-card.small .product-variant-selector .v-select .vs__dropdown-menu .vs__dropdown-option{border-width:1px;border-color:var(--color-grey-lightest)}.product-card.small .product-variant-selector .v-select .vs__dropdown-menu .vs__dropdown-option--selected{color:var(--color-primary);border-color:var(--color-primary)}.product-card.small .product-variant-selector .v-select .vs__dropdown-menu .vs__dropdown-option--highlight{background-color:var(--color-primary-lighter)}.product-card.small .product-variant-selector .v-select .vs__dropdown-menu .vs__dropdown-option--highlight:not(.vs__dropdown-option--selected){border-color:var(--color-primary-lighter)}.product-card.small .product-card-small__weight{font-size:.875rem;font-weight:300;color:var(--color-dark);margin-top:.25rem;margin-bottom:.25rem}.product-card.small .price-and-buttons{grid-gap:0 .5rem}.product-card.small .price-and-buttons:not(.has-discounted-price){margin-top:.5rem}.product-card.small .price-and-buttons .quantity-controls{font-size:1rem;height:2rem;width:6rem;grid-area:cart-controls}.product-card.small .price-and-buttons .quantity-controls>*{height:100%}.product-card.small .price-and-buttons .quantity-controls button{padding:0}.product-card.small .price-and-buttons .quantity-controls .product-quantity-controls-wrapper{background-color:var(--color-primary);--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.product-card.small .price-and-buttons .quantity-controls .product-quantity-controls-wrapper .btn{height:100%;font-size:1rem;--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity))}.product-card.small .price-and-buttons .quantity-controls .product-quantity-controls-wrapper .btn .fal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-card.small .price-and-buttons .quantity-controls .product-quantity-controls-wrapper input{--text-opacity:1;color:#fff;color:rgba(255,255,255,var(--text-opacity));font-weight:700}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button{width:100%;height:100%}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .button__bg{padding:0}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle{width:15px;height:15px}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle.top-left{top:46%;left:31%}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper .distorted-button .circle.bottom-right{bottom:46%;right:31%}.product-card.small .price-and-buttons .quantity-controls .product-cart-controls-wrapper button{font-size:.875rem;font-weight:500}.product-card.small.compact{border-radius:.125rem;padding:1rem}.product-card.small.compact .product-card-image{margin-bottom:.75rem}.product-card.small.compact .product-card-image a img{border-radius:.125rem}.product-card.small.compact .badges{padding:.25rem}.product-card.small.frameless{padding:.75rem;border-radius:.5rem;border-color:var(--color-grey-lighter)}.product-card.small.frameless .product-card-image{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem;margin-bottom:.5rem}.product-card.small.frameless .product-card-image img{border-top-left-radius:calc(.5rem - var(--card-border-width));border-top-right-radius:calc(.5rem - var(--card-border-width))}.product-card.small.frameless .badges{padding-top:.75rem}.product-card.small.frameless .badges .badge{border-top-left-radius:0;border-bottom-left-radius:0}@media (min-width:992px){.product-card.small:focus-within .btn-favorite,.product-card.small:focus-within .quantity-controls:not(.in-cart):not(.being-added-to-cart),.product-card.small:hover .btn-favorite,.product-card.small:hover .quantity-controls:not(.in-cart):not(.being-added-to-cart){opacity:1}.product-card.small:not(:hover) .btn-favorite .fade-enter-active,.product-card.small:not(:hover) .quantity-controls:not(.in-cart):not(.being-added-to-cart) .fade-enter-active{opacity:0;-webkit-transition-duration:0;transition-duration:0}.product-card.small .btn-favorite,.product-card.small .quantity-controls:not(.in-cart):not(.being-added-to-cart){opacity:0;-webkit-transition:opacity .3s ease-in;transition:opacity .3s ease-in}}.products-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.products-list .products-list-item{-webkit-box-flex:1;-ms-flex:1 1 15rem;flex:1 1 15rem}.products-list .products-list-item--stub{height:0;opacity:0}.products-list .products-list-item--stub.products-list-item--stub.products-list-item--stub{margin-top:0;margin-bottom:0}.products-list.cards-style-type-frameless{padding:0;margin-left:-.5rem;margin-right:-.5rem}.products-list.cards-style-type-frameless .products-list-item{margin:.5rem}.products-list.cards-wide .products-list-item{-webkit-box-flex:1;-ms-flex:1 1 22rem;flex:1 1 22rem}.products-list.cards-style-type-compact,.products-list.cards-style-type-long{margin-left:-1rem;margin-right:-1rem}