#sh-articles{flex:1}#sh-articles .list{width:100%}#sh-articles .list .articles{width:100%;display:grid;grid-template-columns:repeat(auto-fill,300px);justify-content:center;gap:25px}#sh-articles .list .articles .article{width:300px;display:flex;flex-direction:column;gap:10px;background-color:var(--color-3);color:var(--color-2);box-sizing:border-box;border:1px solid var(--color-4)}#sh-articles .list .articles .article .i-date-latest{width:100%;box-sizing:border-box;padding:10px;display:flex;align-items:center;justify-content:flex-end;border-bottom:1px solid var(--color-1)}#sh-articles .list .articles .article .i-date-latest .value{font-size:.8rem;font-weight:bolder;color:var(--color-6)}#sh-articles .list .articles .article .i-frame{width:100%;height:200px;overflow:hidden;position:relative}#sh-articles .list .articles .article .i-frame img{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#sh-articles .list .articles .article .i-info{width:100%;min-height:200px;flex:1;box-sizing:border-box;padding:0 10px;border-bottom:1px solid var(--color-1)}#sh-articles .list .articles .article .i-info h6{font-size:.8rem}#sh-articles .list .articles .article .i-info .description-short{font-size:.8rem;margin-top:10px;text-align:justify}#sh-articles .list .articles .article .i-price-date-limit{width:100%;display:flex;align-items:center;gap:10px;justify-content:space-between;box-sizing:border-box;padding:0 10px 10px;border-bottom:1px solid var(--color-1)}#sh-articles .list .articles .article .i-price-date-limit .price{display:flex;gap:5px;align-items:center;font-weight:bolder}#sh-articles .list .articles .article .i-price-date-limit .price .value{font-size:1rem}#sh-articles .list .articles .article .i-price-date-limit .price .promo{font-size:.8rem;color:var(--color-8)}#sh-articles .list .articles .article .i-price-date-limit .date-limit{font-size:1rem;color:var(--color-5)}#sh-articles .list .articles .article .i-more{width:100%;box-sizing:border-box;padding:0 10px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px}#sh-articles .list .articles .article .i-more .likes{display:flex;align-items:center;gap:10px}#sh-articles .list .articles .article .i-more .likes .icon svg{width:10px}#sh-articles .list .articles .article .i-more .likes .value{font-size:.8rem}#sh-articles .list .articles .article .i-more .button-text{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.4rem;border:none}#sh-articles .list .articles .article .i-more a.button-text{text-decoration:none}#sh-articles .list .articles .article .i-more .button-text{padding:5px 10px;font-size:.8rem;text-transform:uppercase;background-color:var(--color-8);color:var(--color-2)}#sh-articles .list .articles .article .block-indicators{width:100%;box-sizing:border-box;padding:10px;border-top:1px solid var(--color-4);display:flex;justify-content:space-between;align-items:center}#sh-articles .list .articles .article .block-indicators div[class*="-"]{display:flex;align-items:center;gap:5px}#sh-articles .list .articles .article .block-indicators div[class*="-"] .icon svg{width:15px}#sh-articles .list .articles .article .block-indicators div[class*="-"] .value{font-size:.8rem}#sh-articles .list .pagination{max-width:1000px;margin:50px auto 0;display:flex;gap:25px;align-items:center;box-sizing:border-box;padding:0 25px}#sh-articles .list .pagination .button-icon{display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer}#sh-articles .list .pagination button.button-icon{outline:none;padding:0;border:none}#sh-articles .list .pagination button.button-icon{width:40px;height:40px;background-color:var(--color-4);color:var(--color-2);border:1px solid var(--color-3);box-shadow:1px 1px 4px #000;border-radius:1rem}#sh-articles .list .pagination button.button-icon svg{width:20px}#sh-articles .list .pagination{margin-top:50px}
