.product-card-container{position:relative;width:100%;display:flex}.product-card{text-decoration:none;text-align:left;color:#1a1a1a;box-sizing:border-box;box-shadow:0 2px 3px 1px #e6e6e6;width:100%}.product-card__wrapper{margin:0;height:100%;display:flex;align-items:center;flex-direction:column}.product-card__image-container{width:200px;flex-shrink:0}.product-card__description{display:flex;flex-direction:column;height:100%;width:100%;padding:0 1rem .5rem;position:relative}.product-card__title{font-family:var(--font-oswald);font-weight:400;letter-spacing:.05rem;line-height:1.25;margin:1rem 0;font-size:1.5rem}.product-card__description__copy{margin:0 0 1rem;font-size:.875rem;font-weight:300;display:block}.product-card__price{position:relative;left:0;padding:1px;margin-top:auto;font-family:var(--font-oswald)}.pricing-wrapper{display:flex;flex-direction:row;height:100%;align-items:center;gap:5px}.kicker-wrapper{position:absolute;top:0;left:0}.kicker{font-family:var(--font-oswald);font-weight:400;display:inline-block;font-size:1rem;letter-spacing:1.33px;text-transform:uppercase;padding:.35em .75em}.kicker.irregular{margin-right:-2px}.kicker.blue{background-color:#6dcff6;color:#000}.kicker.irregular.blue:after{border-color:#6dcff6 transparent transparent}.kicker.irregular:after{content:"";width:0;height:0;right:-14px;top:0;position:absolute;border-color:#6dcff6 transparent transparent;border-style:solid;border-width:35px 12px 0 10px}.product-card-compare{position:absolute;width:100%;height:100%;top:0;left:0;background:hsla(0,0%,85%,.5);cursor:pointer;border:none;padding:0}.product-card-compare--active{background:transparent;border:2px solid #000}.compare-icon{position:absolute;width:2.625rem;height:2.625rem;line-height:2.625rem;top:0;right:0;border:none;padding:0;display:flex;justify-content:center;background:0 0;color:#fff;font-size:1.5rem;overflow:hidden}.compare-icon--add{background:#000}.compare-icon--remove{color:#000;font-size:1.7rem}@media screen and (min-width:480px){.kicker-wrapper{top:1em}}@media screen and (min-width:768px){.product-card__description__copy{margin:0 0 1.5rem;font-size:1rem}.product-card__image-container{height:300px;width:100%}}