.product-card{-webkit-user-select:none;user-select:none;background:#fff;flex-direction:column;padding:1px;display:flex;position:relative}.product-card:before{content:"";z-index:1;pointer-events:none;border-radius:2px;width:100%;height:100%;transition:box-shadow .2s;display:block;position:absolute;top:0;left:0;box-shadow:inset 0 0 0 1px #ededed}.product-card:hover:before{z-index:2;transition-duration:0s;box-shadow:inset 0 0 0 2px #ffd333b3}.product-card:hover .product-card__quickview{background:#ffd333;transition-duration:0s,0s}.product-card:hover .product-card__quickview:not(.product-card__quickview--preload){color:#3d464d}.product-card:hover .product-card__quickview:not(.product-card__quickview--preload):hover{color:#fff;background:#3d464d;transition-duration:.2s,.2s}.product-card__image{flex-shrink:0;padding:18px}.product-card__quickview{z-index:2;text-transform:uppercase;fill:currentColor;cursor:pointer;color:#ccc;background:0 0;border:none;padding:7px;font-size:10px;transition:background-color .2s,color .2s;position:absolute;top:0}.product-card__quickview:before{content:"";background:currentColor;width:16px;height:16px;display:block;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M14 15h-4v-2h3v-3h2v4c0 .6-.4 1-1 1M13 3h-3V1h4c.6 0 1 .4 1 1v4h-2zM6 3H3v3H1V2c0-.6.4-1 1-1h4zM3 13h3v2H2c-.6 0-1-.4-1-1v-4h2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M14 15h-4v-2h3v-3h2v4c0 .6-.4 1-1 1M13 3h-3V1h4c.6 0 1 .4 1 1v4h-2zM6 3H3v3H1V2c0-.6.4-1 1-1h4zM3 13h3v2H2c-.6 0-1-.4-1-1v-4h2z'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-card__quickview{border-radius:0 2px;right:0}.product-card__quickview .fake-svg-icon{display:none}@supports (-ms-ime-align:auto){.product-card__quickview svg{display:none}.product-card__quickview .fake-svg-icon{justify-content:center;align-items:center;width:16px;height:16px;font-size:16px;display:block}.product-card__quickview .fake-svg-icon:before{content:""}}.product-card__quickview:focus{outline:none}.product-card__compare:before{content:"";background:currentColor;width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9 15H7c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1h2c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1M1 9h2c.6 0 1 .4 1 1v4c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1M15 5h-2c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9 15H7c-.6 0-1-.4-1-1V2c0-.6.4-1 1-1h2c.6 0 1 .4 1 1v12c0 .6-.4 1-1 1M1 9h2c.6 0 1 .4 1 1v4c0 .6-.4 1-1 1H1c-.6 0-1-.4-1-1v-4c0-.6.4-1 1-1M15 5h-2c-.6 0-1 .4-1 1v8c0 .6.4 1 1 1h2c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1'/%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:16px 16px;mask-size:16px 16px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.product-card__quickview--preload:after{content:"";border:2px solid #0000001a;border-top-color:#00000080;border-radius:8px;width:16px;height:16px;transition:border-color .1s;animation-name:preloader-animation;animation-duration:.5s;animation-timing-function:linear;animation-iteration-count:infinite;display:block;position:absolute;top:calc(50% - 8px);left:calc(50% - 8px)}.product-card__quickview--preload{color:#0000}.product-card__info{flex-direction:column;flex-grow:1;padding:2px 22px 24px;display:flex}.product-card__name{-webkit-user-select:initial;-moz-user-select:initial;-webkit-user-select:auto;user-select:auto;font-size:15px;line-height:19px}.product-card__name a{color:inherit;transition:all .15s}.product-card__name a:hover{color:#1a66ff}.product-card__rating{flex-wrap:wrap;align-items:center;margin-top:3px;display:flex}.product-card__rating-legend,.product-card__rating-stars{margin-top:3px}.product-card__rating-stars{margin-right:8px}.product-card__rating-legend{color:#b3b3b3;white-space:nowrap;padding-top:1px;font-size:13px;line-height:1}@media (width<=575px){.product-card__rating-stars{zoom:.9}}.product-card__prices{color:#3d464d;margin-top:14px;font-weight:700;line-height:1}.product-card__new-price{color:#ff2626;white-space:nowrap}.product-card__old-price{color:#b3b3b3;white-space:nowrap;font-size:13px;font-weight:400;text-decoration:line-through}.product-card__buttons{margin-top:24px;display:flex}.product-card__buttons>:first-child{margin-right:auto}.product-card__buttons>*+*{margin-left:4px}.product-card__addtocart--list{display:none}.product-card__features-list{color:#6c757d;margin:10px 0 6px;padding:0;font-size:13px;line-height:15px;list-style:none}.product-card__features-list img{height:35px;margin:3px}.product-card__badges-list{pointer-events:none;z-index:1;flex-direction:column;align-items:flex-start;display:flex;position:absolute;top:18px;left:18px}.product-card__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:11px;margin-bottom:4px;margin-right:4px;padding:5px 8px 4px;font-size:11px;font-weight:500;line-height:1}.product-card__badge--sale{color:#fff;background:#f33}.product-card__badge--new{color:#fff;background:#614ba6}.product-card__badge--hot{color:#fff;background:orange}.product-card--layout--horizontal{flex-direction:row}.product-card--layout--horizontal .product-card__image{width:120px;padding:16px}.product-card--layout--horizontal .product-card__badges-list{top:10px;left:10px}.product-card--layout--horizontal .product-card__badge{pointer-events:none;padding:3px 5px 2px}.product-card--layout--horizontal .product-card__info{width:100%;padding:14px 30px 42px 0}.product-card--layout--horizontal .product-card__name{max-height:38px;overflow:hidden}.product-card--layout--horizontal .product-card__rating{white-space:nowrap}.product-card--layout--horizontal .product-card__availability,.product-card--layout--horizontal .product-card__buttons,.product-card--layout--horizontal .product-card__description{display:none}.product-card--layout--horizontal .product-card__actions{position:absolute;bottom:18px;left:120px}.product-card--layout--horizontal .product-card__features-list{display:none}.product-card--layout--grid .product-card__image{padding:18px 18px 20px}.product-card--layout--grid .product-card__info{padding:0 24px}.product-card--layout--grid .product-card__actions{padding:0 24px 24px}.product-card--layout--grid .product-card__availability,.product-card--layout--grid .product-card__description,.product-card--layout--grid .product-card__features-list{display:none}.product-card--layout--grid.product-card--size--sm .product-card__image{padding:15px}.product-card--layout--grid.product-card--size--sm .product-card__badges-list{top:16px;left:16px}.product-card--layout--grid.product-card--size--sm .product-card__info{padding:0 15px}.product-card--layout--grid.product-card--size--sm .product-card__actions{padding:0 15px 15px}.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn{height:calc(1.5rem + 2px);padding:.25rem .5625rem;font-size:.8125rem;font-weight:500;line-height:1.25}.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn.btn-svg-icon{width:calc(1.5rem + 2px)}@media (hover:hover){.product-card--layout--grid.product-card--size--sm--hidden-actions .product-card__buttons{display:none}.product-card--layout--grid.product-card--size--sm--hidden-actions:hover{z-index:3;margin-bottom:-50px;position:relative}.product-card--layout--grid.product-card--size--sm--hidden-actions:hover .product-card__buttons{display:flex}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.product-card--layout--grid.product-card--size--sm--hidden-actions .product-card__buttons{display:none}.product-card--layout--grid.product-card--size--sm--hidden-actions:hover{z-index:3;margin-bottom:-50px;position:relative}.product-card--layout--grid.product-card--size--sm--hidden-actions:hover .product-card__buttons{display:flex}}.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn{height:calc(1.875rem + 2px);padding:.375rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25}.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn.btn-svg-icon{width:calc(1.875rem + 2px)}@media (hover:hover){.product-card--layout--grid.product-card--size--nl--hidden-actions .product-card__buttons{display:none}.product-card--layout--grid.product-card--size--nl--hidden-actions:hover{z-index:3;margin-bottom:-56px;position:relative}.product-card--layout--grid.product-card--size--nl--hidden-actions:hover .product-card__buttons{display:flex}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.product-card--layout--grid.product-card--size--nl--hidden-actions .product-card__buttons{display:none}.product-card--layout--grid.product-card--size--nl--hidden-actions:hover{z-index:3;margin-bottom:-56px;position:relative}.product-card--layout--grid.product-card--size--nl--hidden-actions:hover .product-card__buttons{display:flex}}.product-card--layout--grid.product-card--size--lg .product-card__image{padding:25px}.product-card--layout--grid.product-card--size--lg .product-card__info{flex-grow:0;padding:0 30px}.product-card--layout--grid.product-card--size--lg .product-card__name{font-size:17px;line-height:23px}.product-card--layout--grid.product-card--size--lg .product-card__actions{flex-direction:column;flex-grow:1;padding:0 30px 30px;display:flex}.product-card--layout--grid.product-card--size--lg .product-card__rating{margin-top:7px}.product-card--layout--grid.product-card--size--lg .product-card__prices{margin-bottom:auto;font-size:20px}.product-card--layout--list{flex-direction:row}.product-card--layout--list .product-card__image{flex-shrink:0;width:210px;padding:24px}.product-card--layout--list .product-card__info{padding:20px 20px 20px 0}.product-card--layout--list .product-card__name{-webkit-user-select:initial;-moz-user-select:initial;-webkit-user-select:auto;user-select:auto;flex-grow:0;font-size:16px;line-height:20px}.product-card--layout--list .product-card__rating{margin-top:4px}.product-card--layout--list .product-card__description{color:#6c757d;margin-top:12px;font-size:15px;line-height:22px}.product-card--layout--list .product-card__actions{border-left:1px solid #ebebeb;flex-shrink:0;width:190px;padding:16px 20px}.product-card--layout--list .product-card__prices{margin-top:16px;font-size:18px}.product-card--layout--list .product-card__old-price{font-size:14px}@media (width>=768px){.product-card--layout--list .product-card__old-price{vertical-align:super;font-size:12px}}.product-card--layout--list .product-card__buttons{flex-wrap:nowrap}.product-card--layout--list .product-card__addtocart{display:none}.product-card--layout--list .product-card__addtocart--list{white-space:nowrap;display:block}.product-card--layout--list .product-card__addtocart{white-space:nowrap;flex-grow:1;width:auto}.product-card--layout--list .product-card__addtocart+*{margin-left:4px}.product-card--layout--list .product-card__addtocart~*{margin-top:0}.product-card--layout--list .product-card__addtocart,.product-card--layout--list .product-card__compare{height:calc(1.875rem + 2px);padding:.375rem 1rem;font-size:.875rem;font-weight:500;line-height:1.25}.product-card--layout--list .product-card__addtocart.btn-svg-icon,.product-card--layout--list .product-card__compare.btn-svg-icon{width:calc(1.875rem + 2px)}.product-card--layout--list .product-card__compare{margin-top:0}.product-card--layout--list .product-card__availability{color:#999;padding-right:10px;font-size:14px}.product-card--layout--list .product-card__features-list{margin-bottom:0;font-size:14px;line-height:16px}.product-card--layout--list .product-card__features-list img{height:50px;margin:3px 5px}@media (width>=992px) and (width<=1199px){.product-card--layout--list .product-card__image{width:180px;padding-left:20px;padding-right:20px}.product-card--layout--list .product-card__info{padding-left:4px;padding-right:20px}}@media (width<=767px){.product-card--layout--list{flex-direction:column}.product-card--layout--list .product-card__image{width:250px;max-width:100%;margin:0 auto;padding:20px}.product-card--layout--list .product-card__info{border-top:1px solid #ebebeb;padding:20px}.product-card--layout--list .product-card__actions{border-top:1px solid #ebebeb;border-left:none;width:auto;padding:20px}.product-card--layout--list .product-card__buttons{flex-wrap:nowrap}.product-card--layout--list .product-card__buttons .btn{height:calc(2.25rem + 2px);padding:.375rem 1.25rem;font-size:1rem;font-weight:500;line-height:1.5}.product-card--layout--list .product-card__buttons .btn.btn-svg-icon{width:calc(2.25rem + 2px)}.product-card--layout--list .product-card__addtocart--list{width:auto;margin-right:auto}}.bf-badge-list{zoom:.3}.bf-badge-list .badge span{padding-left:0!important;padding-right:0!important}@media (width<=380px){.bf-badge-list{position:inherit;zoom:.65!important}}.product-card__buttons>:first-child{white-space:nowrap}
