.coffee-list-container{margin:2em 0;display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:10px;row-gap:10px}.card-container{position:relative;min-height:260px;border-radius:15px;font-size:12px;font-weight:500;width:100%;background-color:#f3ede6;-webkit-box-shadow:-4px 7px 24px -1px rgba(0,0,0,.1);-moz-box-shadow:-4px 7px 24px -1px rgba(0,0,0,.1);box-shadow:-4px 7px 24px -1px rgba(0,0,0,.1)}span.label{font-weight:600}.avatar{min-width:50px;min-height:50px;max-height:50px;max-width:50px;border-radius:100%;overflow:hidden}.coffee-item .photo{width:100%;height:260px;overflow:hidden;border-radius:15px 15px 0 0;position:relative}.title-info{padding-top:10px;padding-bottom:5px;font-weight:500;border-bottom:1px solid #b5aca3;margin:0 15px;position:relative}.title-info .title h3{font-size:14px;font-weight:600}.title-info .market_badge{position:absolute;top:10px;right:0;background-color:#000;color:#fff;padding:3px 8px;border-radius:3px;font-size:11px}.coffee-item .photo img{width:100%;height:100%;object-fit:cover}.coffee-item .main-info{padding:4px;margin:4px;display:flex;justify-content:space-between;border-bottom:1px dashed;column-gap:10px}.coffee-item .main-info h3{font-weight:600}.coffee-item .score{position:absolute;top:15px;right:15px}.coffee-item .score .badge{background:#000;color:#fff;padding:3px 10px;border-radius:3px;font-size:11px;display:flex;justify-content:space-between;align-items:center}.badge span{font-weight:600}.coffee-item .score .badge .icon{max-width:15px;height:100%;padding-left:5px}.coffee-item .extra{padding:15px;min-height:140px;position:relative}.coffee-item .extra .data{margin-bottom:6px}.coffee-item .extra .data.over{position:absolute;left:0;top:0}span.label.main-price{font-size:18px;font-weight:600}.coffee-item .actions{padding:5px;position:absolute;bottom:0;width:100%;left:0}.coffee-item .actions .quantity-entry{display:flex;justify-content:space-between;align-items:center;column-gap:10px;margin-bottom:10px}.coffee-item .actions .quantity-entry .btn,.coffee-item .actions .quantity-entry .input-wrapper{flex:1}.coffee-item .actions .quantity-entry .add-btn{display:flex;justify-content:space-between;align-items:center;column-gap:10px}@media only screen and (max-width:767px){.coffee-list-container{margin:4em 0;grid-template-columns:1fr}.coffee-item .photo{height:260px}}.slider-carousel{position:relative}.dots{row-gap:10px;flex-wrap:wrap;position:absolute;top:23px;left:18px;align-items:center;justify-content:center;display:flex;z-index:2;flex-direction:column}.dots .dot{width:7px;height:7px;border-radius:100%;border:1px solid #fff}.dots .dot.active{background-color:#fff}.arrows{row-gap:10px;flex-wrap:wrap;position:absolute;top:10em;margin:0 auto;left:10px;right:10px;align-items:center;justify-content:space-between;display:flex;z-index:2;width:90%}.arrows .fa{font-size:30px}.slide-up-animation{animation:slideUp .5s ease-in-out}.fade-in-out-animation{animation:fadeInOut .5s ease-in-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(0)}50%{opacity:1}to{opacity:0;transform:translateY(0)}}