.product2_list{width:100%;margin:0;padding:0;display:grid;grid-template-columns:repeat(4, 1fr);row-gap:25px;column-gap:25px}.product2_list.owl-carousel{display:block}.product2_list.owl-carousel>[class*="item"]{width:calc(100% / 4 - (3 * 25px / 4) * 1);margin-right:25px}.product2_list.cols_5{grid-template-columns:repeat(5, 1fr);row-gap:20px;column-gap:20px}.product2_list.cols_5.owl-carousel{display:block}.product2_list.cols_5.owl-carousel>[class*="item"]{width:calc(100% / 5 - (4 * 20px / 5) * 1);margin-right:20px}.product2_list .item{box-sizing:border-box;overflow:hidden;position:relative;display:flex !important;flex-direction:column;border-radius:10px;border:1px solid #e6e6e6;background-color:#fff;box-shadow:0 2px 12px rgba(0,0,0,0.07);transition:box-shadow 400ms ease 0ms}.product2_list .item::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background-color:rgba(231,97,36,0.65);transition:all 400ms ease 0ms}.product2_list .item.blue{--item-cover:#C4D9EE;--item-badge:#E3EDF5;--item-text:#2A5278}.product2_list .item.orange{--item-cover:#F2D2BC;--item-badge:#FBE8DC;--item-text:#A83A0C}.product2_list .item.purple{--item-cover:#CBCBE8;--item-badge:#EBEBF7;--item-text:#1E1E78}.product2_list .item.pink{--item-cover:#E0CDD8;--item-badge:#F3E8EF;--item-text:#8A3E6E}.product2_list .item.green{--item-cover:#C8E8CC;--item-badge:#DAEEDD;--item-text:#286030}.product2_list .item.current{cursor:default}.product2_list .item.current .content .bottom .current_label{font-size:11px;line-height:14px;font-weight:600;color:#E76124}.product2_list .item .cover{display:block;width:100%;aspect-ratio:450 / 540;overflow:hidden;position:relative;background-color:var(--item-cover, #f0f0f0)}.product2_list .item .cover picture{display:block;width:100%;height:100%}.product2_list .item .cover img{width:100%;height:100%;object-fit:cover;display:block}.product2_list .item .cover .badges{position:absolute;top:8px;right:8px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.product2_list .item .cover .badges .badge{box-sizing:border-box;display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:3px;font-size:10px;line-height:13px;font-weight:600;white-space:nowrap;background-color:#5E8BBA;color:#fff}.product2_list .item .cover .badges .badge.orange{background-color:#E76124}.product2_list .item .content{box-sizing:border-box;flex:1;display:flex;flex-direction:column;padding:12px 12px 15px}.product2_list .item .content .grade{align-self:flex-start;box-sizing:border-box;padding:0 10px;height:22px;line-height:22px;border-radius:4px;font-size:11px;font-weight:500;background-color:var(--item-badge, #f0f0f0);color:var(--item-text, #1C1C1C)}.product2_list .item .content .title{display:block;margin:12px 0 0;font-size:14px;line-height:18px;font-weight:600;color:#1C1C1C}.product2_list .item .content .bottom{margin-top:auto;padding-top:15px;display:flex;align-items:center;justify-content:space-between;gap:10px}.product2_list .item .content .bottom .price{font-size:17px;line-height:22px;font-weight:700;color:#E76124}.product2_list .item .content .bottom .add{position:relative;border:0;padding:0;font-family:inherit;font-size:0;flex-shrink:0;width:32px;height:32px;border-radius:6px;background-color:#E76124;display:flex;align-items:center;justify-content:center;transition:all 400ms ease 0ms}.product2_list .item .content .bottom .add::before{content:"";position:absolute;inset:0;background:#fff;-webkit-mask-image:url('../../../../img/plus.svg');mask-image:url('../../../../img/plus.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:10px 10px;mask-repeat:no-repeat;mask-position:center center;mask-size:10px 10px}.notouch .product2_list .item:is(:hover,:focus-within){box-shadow:0 6px 20px rgba(0,0,0,0.12)}.notouch .product2_list .item .content .bottom .add:is(:hover,:focus){background-color:#1C1C1C}@media screen and (max-width:1280px){.product2_list{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.product2_list.owl-carousel{display:block}.product2_list.owl-carousel>[class*="item"]{width:calc(100% / 2 - (1 * 20px / 2) * 1);margin-right:20px}.product2_list.cols_5{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.product2_list.cols_5.owl-carousel{display:block}.product2_list.cols_5.owl-carousel>[class*="item"]{width:calc(100% / 2 - (1 * 20px / 2) * 1);margin-right:20px}}@media screen and (max-width:500px){.product2_list{grid-template-columns:repeat(2, 1fr);row-gap:12px;column-gap:12px}.product2_list.owl-carousel{display:block}.product2_list.owl-carousel>[class*="item"]{width:calc(100% / 2 - (1 * 12px / 2) * 1);margin-right:12px}}