.storeSection{background:var(--grey-23)}.storeSection .prodContainer{min-height:calc(100vh - 122px)}.storeSection .merchandiseSection{margin-left:-20px}.storeSection .merchandiseSection .storeItem{margin:0 0 40px 20px;background:var(--dark-blue-bg);box-shadow:0 2px 5px var(--grey-13);border-radius:4px;transition:all .5s ease-in-out}.storeSection .merchandiseSection .storeItem .imgWrap{height:250px;border-radius:4px 4px 0 0;overflow:hidden}.storeSection .merchandiseSection .storeItem .imgWrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.storeSection .merchandiseSection .storeItem .itemDescWrap{padding:20px}.storeSection .merchandiseSection .storeItem .itemDescWrap .category,.storeSection .merchandiseSection .storeItem .itemDescWrap .title{text-transform:uppercase;font-size:12px;color:var(--text-blue-tertiary);margin-bottom:20px}.storeSection .merchandiseSection .storeItem .itemDescWrap .title{font-size:16px;margin-bottom:10px;color:var(--text-blue-primary)}.storeSection .merchandiseSection .storeItem .itemDescWrap .desc{font-size:14px;line-height:18px;color:var(--text-blue-secondary);margin-bottom:18px}.storeSection .merchandiseSection .storeItem .priceSection{padding-top:18px;border-top:1px solid var(--text-blue-secondary);overflow:hidden}.storeSection .merchandiseSection .storeItem .priceSection .price{color:var(--primary-yellow);font-size:20px;font-weight:600;min-height:54px}.storeSection .merchandiseSection .storeItem .priceSection .price span.discountAmt{opacity:.7;font-size:16px;text-decoration:line-through;font-weight:500}.storeSection .merchandiseSection .storeItem .priceSection .price span.discount{display:block;opacity:1;text-decoration:none;font-size:16px}.storeSection .merchandiseSection .storeItem .priceSection .bookNowBtn{padding:0 20px;display:block;height:40px;line-height:40px;border:1px solid var(--primary-yellow);border-radius:4px;color:var(--primary-yellow);font-size:14px;box-sizing:border-box;position:absolute;transition:all .5s ease-in-out;right:0;opacity:1;bottom:5px}.storeSection .merchandiseSection .storeItem .priceSection .bookNowBtn:hover{box-shadow:0 0 8px var(--primary-yellow)}.storeSection .merchandiseSection .storeItem:hover{box-shadow:0 2px 30px var(--grey-13);margin-top:-10px;margin-bottom:50px}