.section.store-section{padding-bottom:0}.store-items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.store-item{padding:20px;border:1px solid var(--border-color);transition:all .3s ease-in-out}.store-item:hover{border-color:var(--text-danger);box-shadow:0 0 #000,0 0 #000,0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.store-item img{height:auto}.store-item-content{padding:14px 0 0;display:flex;flex-direction:column;gap:10px}.store-item-title{text-transform:capitalize;font-weight:500;margin:0 0 5px}.store-item-text p{font-size:14px;line-height:20px;margin:6px 0}@media only screen and (max-width: 992px){.store-items{grid-template-columns:repeat(2,1fr)}.store-item:last-child{grid-column:span 2}}@media only screen and (max-width: 575px){.store-items{grid-template-columns:repeat(1,1fr);gap:16px}.store-item{padding:10px}.store-item:last-child{grid-column:span 1}.store-item-content{padding:10px 0 0;gap:5px}.store-item-title{font-size:20px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/store-section.css.map */
