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