#wcb2b-coupons-wrapper{background-color:#fbfbfb;display:flex;flex-direction:column;align-items:stretch;padding:1.5rem;grid-gap:2rem;gap:2rem}.wcb2b-coupon{flex:0 0 auto;position:relative;background:#fff}@media (min-width:576px){#wcb2b-coupons-wrapper{flex-direction:row}.wcb2b-coupon{width:calc(33.33333333% - 1.3333333333rem)}}.wcb2b-coupon input{display:none}.wcb2b-coupon label{border:dashed 2px #ddd;display:block;position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;margin:0!important;transition:all .25s ease-out}.wcb2b-coupon label:hover{cursor:pointer;transform:scale(1.1);border:solid 1px #6d6d6d}.wcb2b-coupon label:hover:before{content:attr(data-text);background:rgba(255,255,255,.8);height:100%;width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-content:center}.wcb2b-coupon input:checked+label{pointer-events:none}.wcb2b-coupon input:checked+label+.wcb2b-coupon-content{opacity:.3}.wcb2b-coupon-content{padding:1.5rem}.wcb2b-coupon-code{font-size:23px;color:#000}.wcb2b-coupon-description{font-size:14px;line-height:1.3rem;color:#6d6d6d}