/* Общие стили для всех устройств */
.btn-switch-theme,
.product-group-products-wrapper,
.shop-name {
   display: none !important;
}

.shop-decsription {
    margin-bottom: 36px !important;
    font-size: clamp(32px, calc(32px + 1.667vw), 60px) !important;
    line-height: clamp(42px, calc(42px + 1.667vw), 70px) !important;
    font-family: 'Unbounded', serif !important;
    font-weight: 800 !important;
    color: white !important;
    word-wrap: break-word !important;
}