@media (max-width: 767px) {
  .ps-mainmenu--mobile.offcanvas {
    width: 72vw !important;
    max-width: 300px !important;
    height: auto !important;
    bottom: auto !important;
    min-height: 0 !important;
  }
}
@media (min-width: 768px) {
  .header-bottom__logo { order: 10 !important; }
  #_desktop_ps_searchbar { order: 20 !important; }
  #_desktop_velv_wishlist { order: 30 !important; }
  #_desktop_ps_customersignin { order: 40 !important; }
  #_desktop_ps_shoppingcart { order: 50 !important; }
}
/* =========================================================
   Velvetoo – унифициране на продуктови описания
   ========================================================= */

/* КРАТКО ОПИСАНИЕ */

.product__description-short.rich-text,
.product__description-short.rich-text * {
  background: transparent !important;
  background-color: transparent !important;
}

.product__description-short.rich-text p,
.product__description-short.rich-text span,
.product__description-short.rich-text li,
.product__description-short.rich-text b,
.product__description-short.rich-text strong,
.product__description-short.rich-text i,
.product__description-short.rich-text em,
.product__description-short.rich-text a {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.product__description-short.rich-text p,
.product__description-short.rich-text span,
.product__description-short.rich-text li {
  font-weight: 400 !important;
}

.product__description-short.rich-text b,
.product__description-short.rich-text strong {
  font-weight: 600 !important;
}

.product__description-short.rich-text a,
.product__description-short.rich-text a span {
  color: #28FF00 !important;
}


/* ДЪЛГО ОПИСАНИЕ */

.product__description.rich-text,
.product__description.rich-text * {
  background: transparent !important;
  background-color: transparent !important;
}

.product__description.rich-text {
  color: #333 !important;
}

.product__description.rich-text p,
.product__description.rich-text span,
.product__description.rich-text li,
.product__description.rich-text b,
.product__description.rich-text strong,
.product__description.rich-text i,
.product__description.rich-text em,
.product__description.rich-text a {
  font-family: Inter, Arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

.product__description.rich-text p,
.product__description.rich-text span,
.product__description.rich-text li {
  font-weight: 400 !important;
}

.product__description.rich-text b,
.product__description.rich-text strong {
  font-weight: 600 !important;
}


/* СТАРИ CANDY РАЗМЕРНИ КАРТИНКИ */

.product__description.rich-text img[src*="Candy-razmer-50-122.jpg"],
.product__description.rich-text img[src*="Candy%20-razmer-116-152.jpg"] {
  display: none !important;
}
/* =========================================================
   Velvetoo – Още продукти от същата категория
   Само снимка + име на 1 ред + цена
   ========================================================= */

.ps-categoryproducts .product-miniature__quickview-button,
.ps-categoryproducts .product-miniature__quickview-touch,
.ps-categoryproducts .product-miniature__actions,
.ps-categoryproducts .wishlist-button-add,
.ps-categoryproducts .wishlist-button,
.ps-categoryproducts .variant-links,
.ps-categoryproducts .product-miniature__variants,
.ps-categoryproducts .product-variants,
.ps-categoryproducts .product-miniature__color,
.ps-categoryproducts .color {
    display: none !important;
}

.ps-categoryproducts .product-miniature__infos {
    min-width: 0 !important;
}

.ps-categoryproducts .product-miniature__title,
.ps-categoryproducts .product-miniature__title a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ps-categoryproducts .product-miniature {
    height: auto !important;
}
/* =========================================================
   Velvetoo – Разгледани продукти
   Само снимка + име на 1 ред + цена
   ========================================================= */

.ps-viewedproduct .product-miniature__quickview-button,
.ps-viewedproduct .product-miniature__quickview-touch,
.ps-viewedproduct .product-miniature__actions,
.ps-viewedproduct .wishlist-button-add,
.ps-viewedproduct .wishlist-button,
.ps-viewedproduct .variant-links,
.ps-viewedproduct .product-miniature__variants,
.ps-viewedproduct .product-variants,
.ps-viewedproduct .product-miniature__color,
.ps-viewedproduct .color {
    display: none !important;
}

.ps-viewedproduct .product-miniature__infos {
    min-width: 0 !important;
}

.ps-viewedproduct .product-miniature__title,
.ps-viewedproduct .product-miniature__title a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.ps-viewedproduct .product-miniature {
    height: auto !important;
}