

/* Start:/html/components-template/brand-grid/style.css?17526114291324*/
.brand-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 40px; }

.brand-grid .product-card {
  border: 1px solid #ededed;
  border-color: var(--stroke_black); }

.brand-grid.news-grid {
  grid-template-columns: repeat(4, 1fr); }

@media (max-width: 1199.75px) {
  .brand-grid {
    grid-template-columns: repeat(4, 1fr); } }

@media (max-width: 991.75px) {
  .brand-grid {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 767.75px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 600.75px) {
  .brand-grid {
    gap: 0; }
  .brand-grid .product-card-wrap {
    width: 100%;
    min-width: 100%;
    margin-right: 0 !important; }
  .brand-grid .product-card__price-new {
    font-size: 1rem; }
  .brand-grid .product-card__title {
    font-size: .875rem;
    line-height: calc(1em + 7px);
    height: auto !important; }
  .brand-grid .product-card__actions-inner {
    justify-content: center; }
  .brand-grid .product-card__btns {
    min-width: 100%;
    margin-bottom: 8px; }
  .brand-grid .product-card__favourite {
    margin-left: 0; } }

@media (max-width: 450.75px) {
  .brand-grid .product-card-wrap:nth-child(2n) {
    margin-left: -1px; }
  .brand-grid .product-card {
    padding: 8px;
    border-radius: 0; } }

/* End */


/* Start:/html/components-template/brand/style.css?17526114291519*/
.brand__info {
  display: flex;
  border: 1px solid #ededed;
  border-color: var(--stroke_black);
  border-radius: 8px;
  padding: 39px 30px 41px 81px;
  margin-bottom: 40px; }

.brand__info-img-wrap {
  position: relative;
  margin-right: 82px;
  padding: 10px;
  background: #fff;
  border-radius: 8px; }

.brand__info-img {
  width: 142px;
  height: 60px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  overflow: hidden; }

.brand__info-content.opened .brand__info-content-inner {
  -webkit-line-clamp: unset;
  -moz-line-clamp: unset; }

.brand__info-content-inner {
  color: #555;
  color: var(--basic_text_black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
  line-height: calc(1em + 10px); }

.brand__info-more span {
  color: var(--fill_dark_lite_hover);
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none; }

.brand__info-link {
  margin-top: 25px;
  padding: 4px 8px;
  color: #222;
  color: var(--white_text_black);
  background-color: rgba(136, 136, 136, 0.1);
  background-color: var(--darkgrey_bg_black);
  border-radius: 8px; }
  .brand__info-link:hover {
    color: #000;
    color: var(--fill_dark_lite_hover); }

@media (max-width: 767.75px) {
  .brand__info {
    flex-direction: column;
    padding: 32px;
    align-items: flex-start; } }

/* End */
/* /html/components-template/brand-grid/style.css?17526114291324 */
/* /html/components-template/brand/style.css?17526114291519 */
